Doubiiu / DynamiCrafter

[ECCV 2024, Oral] DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors
https://doubiiu.github.io/projects/DynamiCrafter/
Apache License 2.0
2.46k stars 197 forks source link

Are all the released checkpoints DynamiCrafter or DynamiCrafter_DCP? #93

Closed duxiaodan closed 3 months ago

duxiaodan commented 3 months ago

Thank you for the amazing work and the code base. I want to continue training from your ckpts but I'm not sure how are the current ckpts trained. Are they trained on the original WebVid (DynamiCrafter) or your filtered+labeled WebVid (DynamiCrafter_DCP)? Thank you in advance

Doubiiu commented 3 months ago

Hi. It is from the original WebVid (DynamiCrafter). The DCP one is just a proof-of-concept.

duxiaodan commented 3 months ago

Thank you for the response. So just to be sure: if I want to reproduce your results I don't need to get the annotations you provide on HuggingFace, right?

Doubiiu commented 3 months ago

exactly.

duxiaodan commented 3 months ago

Awesome. Thank you for the quick response.