-
Notifications
You must be signed in to change notification settings - Fork 41
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
the body of Text Motion render result is opposite #11
Comments
Hi @Zessay ! What dataset did you use? please share the cmd you run to produce this result. |
Hi, I use the pretrained model in the readme and just test with the given command line python -m src.visualize.text2motion ./exps/paper-model/checkpoint_0100.pth.tar --input_file assets/paper_texts.txt |
I had the same issue, and I suppose its due to some miss match between data formats. There is a hack in anim.py that solves this issue, it did for me anyway, just uncomment line 105 and 106 # # invert axis |
Thanks! This is what I did 😄 |
@larsh0103 Thx your tips! Do u know how to render the image from the text-to-emotion script? |
I test the
text_motion
script according to the readme, but the body in the render result is opposite. I don't modify any config and have no idea whether it is normal.The text was updated successfully, but these errors were encountered: