-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
73 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -177,5 +177,5 @@ node_modules/ | |
*.dll | ||
*.exe | ||
*.ini | ||
!rerun-animation/configs/*.ini | ||
!rerun_animation/configs/*.ini | ||
bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,68 @@ | ||
# rerun-animation | ||
A rerun plugin and tools for 3D animation | ||
# A `rerun-sdk` plugin and tools for 3D animation | ||
|
||
[![Python Version](https://img.shields.io/pypi/pyversions/rerun-animation.svg)](https://pypi.org/project/rerun-animation) | ||
[![PyPI](https://img.shields.io/pypi/v/rerun-animation.svg)](https://pypi.org/project/rerun-animation) | ||
![PyPI - Status](https://img.shields.io/pypi/status/rerun-animation) | ||
![PyPI - License](https://img.shields.io/pypi/l/rerun-animation) | ||
![Static Badge](https://img.shields.io/badge/docs-link-8A2BE2?style=flat&link=https%3A%2F%2Fmoverseai.github.io%2Frerun-animation%2F) | ||
|
||
![GitHub Release Date](https://img.shields.io/github/release-date/moverseai/rerun-animation) | ||
[![Downloads](https://static.pepy.tech/badge/rerun-animation)](https://pepy.tech/project/rerun-animation) | ||
<!-- [![Downloads](https://static.pepy.tech/badge/rerun-animation/month)](https://pepy.tech/project/rerun-animation) --> | ||
|
||
|
||
> ➿`rerun-animation` turns the <a style="display: inline;" href="https://www.rerun.io"><img src="https://rerun.io/logo.svg/" width=72 style="display: inline;"></a> viewer to a `3D animation` viewer. | ||
![intro](docs/assets/gif/rerun_animation_amass_multi.gif) | ||
|
||
## Features | ||
|
||
With the `rerun-animation` ➿ package users can: | ||
- `install` a [rerun-loader-plugin](https://rerun.io/blog/data-loaders) to drag-n-drop `3D animation` files in the [`rerun-viewer`](https://rerun.io/docs/reference/viewer/overview). | ||
- `execute` commands to log `3D animation` data to a [`rerun`](https://www.rerun.io) instance. | ||
|
||
`rerun-animation` supports the following types of `3D animation` data: | ||
1. Biovision Hierarchy files (`*.bvh`) | ||
2. Parametric Human Body parameter files (`*.npz`) from <a style="display: inline;" href="https://meshcapade.com/"><img src="https://meshcapade.com/images/meshcapade_logo_white.svg" width=120 style="display: inline;vertical-align:middle;horizontal-align:top;margin:0px 0px 5px 0px"></a> | ||
|
||
## Documentation | ||
|
||
Up-to-date [documentation](https://moverseai.github.io/rerun-animation/docs/) is available online. | ||
|
||
|
||
## Installation | ||
|
||
```sh | ||
pip install rerun-animation | ||
``` | ||
|
||
### Post-installation deployment | ||
|
||
### `*.bvh` only | ||
```sh | ||
rerun-animation-deploy | ||
``` | ||
|
||
### with `smpl(-h)` support | ||
|
||
```sh | ||
rerun-animation-deploy --body_data_root `PATH/TO/BODY/MODELS` | ||
``` | ||
|
||
## Quickstart | ||
|
||
1. (_optional_) Select a visualization configuration | ||
```sh | ||
rerun-animation-config select CONFIG-NAME | ||
``` | ||
2. Open the viewer | ||
```sh | ||
rerun-animation | ||
``` | ||
3. Drag-n-drop a `*.bvh` or `*.npz` file | ||
![quick-start](docs/assets/gif/rerun_animation_quick_start.gif) | ||
## Get Involved | ||
Feedback and contributions are welcome via GitHub (issues/PR) and Discord. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ color = gray | |
pose_type = axisangle | ||
|
||
[rerun] | ||
up_axis = y | ||
up_axis = z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters