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

stage1 for a customized video #4

Open
cmmclee opened this issue Sep 12, 2024 · 5 comments
Open

stage1 for a customized video #4

cmmclee opened this issue Sep 12, 2024 · 5 comments

Comments

@cmmclee
Copy link

cmmclee commented Sep 12, 2024

Hello, the effects in the demo look great. I have a question, how to get such parameters from a customized video? --smpl __assets__/demo_seq/smpl_1.mp4 --hamer __assets__/demo_seq/hamer_1.mp4 --dwpose _assets__/demo_seq/dwpose_1.pkl

@theFoxofSky
Copy link
Collaborator

We get the pose sequences using the following methods:
SMPL: https://github.com/caizhongang/SMPLer-X
HAMER: https://github.com/geopavlakos/hamer
DWPose: https://github.com/IDEA-Research/DWPose

Note that we rewrote the rendering code for SMPL and HAMER, making the pose colorful.
But if you want to train your own RealisDance, you can just use the standard SMPL and HAMER (without color).

@theFoxofSky
Copy link
Collaborator

We will also release the rendering codes, but this may take a while as they are not cleaned up yet.

@cmmclee
Copy link
Author

cmmclee commented Sep 12, 2024

Thank you very much for your quick reply. In addition, what I want to know is, if I only use ‘standard SMPL and HAMER’, can I get as good an effect as in the demo?

@theFoxofSky
Copy link
Collaborator

I have not tried this on the ckpt we released. However, I tried training an earlier version of the RealisDance model using standard SMPL and HAMER, which achieved similar results for most cases when using longer training steps.

@yuchenli-sony
Copy link

great THANK U FOR UR EXCELLENT WORK

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