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

Results for dance-twirl #3

Closed
iris112358 opened this issue Feb 2, 2022 · 4 comments
Closed

Results for dance-twirl #3

iris112358 opened this issue Feb 2, 2022 · 4 comments

Comments

@iris112358
Copy link

iris112358 commented Feb 2, 2022

Hi, Thanks for open-sourcing this awesome work. I tried to run on the dance-twirl video and got the following results:

dance-twirl-.mp4

It seems the rendered frame does not match the input frame, I organized the data as suggested in the Readme and run by the command sh scripts/dance-twirl.sh and test by bash scripts/render_result.sh dance-twirl log/dance-twirl-1003-ft2/pred_net_latest.pth --catemodel --cnnpp `, could you please let me know if this result is expected or if there's something wrong? Thanks!

@gengshan-y
Copy link
Owner

gengshan-y commented Feb 2, 2022

The args passed to the bash script seems wrong.
Can you run

bash scripts/render_result.sh dance-twirl log/dance-twirl-1003-ft2/pred_net_latest.pth 36

instead?

@iris112358
Copy link
Author

It works now. Thanks! BTW, is it possible to use an existing template for this model?

@gengshan-y
Copy link
Owner

The sphere template is loaded here. You can replace it with another template mesh.

You might need to tune other parameters to make it work, e.g., freezing the shape and only optimize cameras for the first few epochs.

@iris112358
Copy link
Author

The sphere template is loaded here. You can replace it with another template mesh.

You might need to tune other parameters to make it work, e.g., freezing the shape and only optimize cameras for the first few epochs.

I see. 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

2 participants