-
Notifications
You must be signed in to change notification settings - Fork 90
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
About 01-AMASS_Visualization #31
Comments
I checked that maintainers have fixed this issue. But it would have been also better if they leave some comments in here :/ but anyway I am closing this issue. |
I've found out another bug. Due to changes in body model prior package, : bm = BodyModel(bm_fname=bm_fname, num_betas=num_betas, num_dmpls=num_dmpls, dmpl_fname=dmpl_fname).to(comp_device) --> bm_fname should be bm_path. If not, below error occurs TypeError: init() got an unexpected keyword argument 'bm_fname' also same to the dmpl_fname, which should be path_dmpl. and model_type should be defined as model_type = 'smplh' so the final line should be
but if I do not specify the batch_size, it does not work. TLDR : it seems this repository does not work anymore when used with recent body_model_prior. -- repo needs to be updated..../ |
Hello, I would like to ask what coordinate system AMASS uses and including its visualization? |
Dear authors,
thanks for releasing this awesome code for using AMASS dataset!
I found a very small bug: in the 01-AMASS_Visualization.ipynb, the "def vis_body_joints" does not work when using the very recent body_visualizer package.
should be changed into
I also find this kind of naming issue in body_visualizer happens when using vposer's(human_body_prior) ik_engine.py and ik_example_joints.py.
Thanks a lot for this repository and have a nice day :)
The text was updated successfully, but these errors were encountered: