snap-research / articulated-animation

Code for Motion Representations for Articulated Animation paper
https://snap-research.github.io/articulated-animation/
Other
1.23k stars 349 forks source link

How do you crop the ted384 dataset? #22

Open silverbulletmdc opened 3 years ago

silverbulletmdc commented 3 years ago

In your paper, you just said it was cropped by detectron2. Since I need to test the ted384.pth on my own dataset, I need to know your crop method detailly. Thank you.

IQ17 commented 3 years ago

Hi, I also played the ted model with my own source images, and I found that the person crop/alignment is important. I also found that the generated video is much blurry than the demo example provided. Any suggestions ? Thanks!

AliaksandrSiarohin commented 3 years ago

You can try Ted-YouTube model.

zhangyahu1 commented 3 years ago

@AliaksandrSiarohin What's the difference between Ted-YouTube384 model and Ted384 model in checkpoints?

AliaksandrSiarohin commented 3 years ago

It is trained on more data.

zhangyahu1 commented 3 years ago

Thanks!