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

fit smal params to animal(cat) mocap data which is manual picked from unity 3d model #3

Open
minushuang opened this issue Jun 29, 2022 · 4 comments

Comments

@minushuang
Copy link

minushuang commented Jun 29, 2022

Hi, could you give me some advice about how to get the smal parameters with Mosh++ if I have some 3d animation models bought from unity store. (ie:https://assetstore.unity.com/packages/3d/characters/animals/mammals/fully-animated-cats-185493#description)

currently, I manually labeled 53 marker locations which are defined in person smpl-x marker-layout, and the mesh result with mosh++ looks like a person with four cilmbs down on ground, the pose is what we thought it would be except the shape is a person, because of the smpl-x model. we need a smal model rather than a smpl-x for the animals.

besides replacing the smpl-x model with smal, what should I do if I want to fitting the smal params to animal mocap data manual picked from the unity 3d model?

below is a mesh results of cat under smpl-x param model, a person-like cat.
image

@minushuang minushuang changed the title animal mosh params with smal model fitting smal params to animal(cat) mocap data Jun 29, 2022
@minushuang minushuang changed the title fitting smal params to animal(cat) mocap data get smal params to animal(cat) mocap data Jun 29, 2022
@minushuang minushuang changed the title get smal params to animal(cat) mocap data fit smal params to animal(cat) mocap data which is manual picked from unity 3d model Jun 30, 2022
@nghorbani
Copy link
Owner

Hi there, super interesting application! we have already implemented animal_dog and animal_horse model in the current repo. the code currently doesnt suppport the cap model. However, feel free to follow the track of how we incorporate these two animal models and follow suit for cat. obviously this would be a new development and not turn-key scenario.

@minushuang
Copy link
Author

minushuang commented Jul 7, 2022

Hi @nghorbani, I cant find a smal or animal_horse/animal_dog marker vids in marker_vids.py, where the smpl and smplx are in with the marker name and the correspond vertex index like {'ARIEL': 411, 'BHEAD': 384, 'C7': 3470....}, which is needed I think if I want to fit the smal params.

could you mind to offer me the animal_horse/animal_dog marker_vids dict, or give me some instructions about how to get these vertex indexes of the correspond marker name(location)

and please let me know if i have something misunderstand.

many thanks.

@minushuang
Copy link
Author

minushuang commented Jul 7, 2022

and one more question about the configs opt_weights in moshpp_conf.yaml, there is not a smal or animal_horse/animal_dog key under the opt_weights that we need when fitting a smal model params.

@mshooter
Copy link

@minushuang were you able to solve this?

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

No branches or pull requests

3 participants