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

Issue with custom mesh #24

Open
ujjawalcse opened this issue Jan 3, 2023 · 0 comments
Open

Issue with custom mesh #24

ujjawalcse opened this issue Jan 3, 2023 · 0 comments

Comments

@ujjawalcse
Copy link

Thanks @PeizhuoLi for this amazing work.
I tred this repo and it's working fine with the sample character provided here.
But when i'm trying a custom normalized humanoid character mesh in T-Pose, it's producing
weird result.

I first tried,
python demo.py --obj_path samples/model1.obj --result_path samples/output/ --normalize=1 --animated_bvh=1 --obj_output=0

And then exported the .fbx animation using the provided script. I also checked the skeleton.bvh and it's not including correct animation.

Then I tried without --normalize=1 as my mesh looks already normalized,
python demo.py --obj_path samples/model1.obj --result_path samples/output/ --animated_bvh=1 --obj_output=0

In this case skeleton.bvh includes correct animation except a bit bent leg.
But the exported .fbx file is not correct as it's hand is extended weirdly,

Here is reference output,

Kazam_screencast_00011.mp4

And here is the custom mesh,
https://drive.google.com/file/d/1550yYhpFnil3XixcEtoKrSVUJYdGH41l/view?usp=share_link

Please suggest some way out.
Thanks.

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

1 participant