Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SKEL, OpenSim models and BioAmass dataset visualization #58

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Conversation

MarilynKeller
Copy link
Contributor

@MarilynKeller MarilynKeller commented Jul 18, 2024

This pull request is a merge of the fork https://github.com/MarilynKeller/aitviewer-skel

It contains 3 new renderable classes:

  • SKEL (A skin + skeleton body model based on SMPL with a more anatomically correct rigged)
  • OSIM (load OpenSim sequences using NimblePhysics)
  • Markers (to load and display C3D motion capture data, with the individual marker names)

And 4 new examples:

1. load_SKEL.py

Load the SKEL model, the pose can be edited interactively thanks to @jasminhacker (pull request)
image

2. load_osim.py

Load an OpenSim sequence, by default BSM with its individual markers:
image

3. load_markers.py

Load an AMASS sequence with the original mocap markers AMASS was created from
image

4. load_bioamass.py`

Load a sequence of the BioAmass dataset, i.e. the OpenSim sequence and the corresponding SMPL sequence from AMASS.

image

@kaufManu kaufManu self-assigned this Jul 22, 2024
@kaufManu kaufManu self-requested a review July 22, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants