svip-lab / impersonator

PyTorch implementation of our ICCV 2019 paper: Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis
https://svip-lab.github.io/project/impersonator
Other
1.72k stars 317 forks source link

Is a higher resolution iPER dataset currently available? #38

Closed AndroXD closed 4 years ago

AndroXD commented 4 years ago

Hello, would it be possible to download a higher resolution iPER dataset somewhere or somehow? I'm really interested in it, thanks!

StevenLiuWen commented 4 years ago

@AndroXD , Hi, we upload the 1024 x 1024 resolution videos of iPER dataset on https://onedrive.live.com/?authkey=%21AJL_NAQMkdXGPlA&id=3705E349C336415F%2188052&cid=3705E349C336415F, named iPER_1024_video_release.zip.

OldChi commented 4 years ago

@AndroXD , Hi, we upload the 1024 x 1024 resolution videos of iPER dataset on https://onedrive.live.com/?authkey=%21AJL_NAQMkdXGPlA&id=3705E349C336415F%2188052&cid=3705E349C336415F, named iPER_1024_video_release.zip.

can I download a high resolution video by myself for motion imitation module? it seems that the program automatically converts the high resolution reference images into lower resolution ones, still leading to a low resolution result. how can i modify the program to generate high resolution results? thx!

StevenLiuWen commented 4 years ago

@OldChi , Currently, if you want to generate higher resolution results such as 512 x 512, you need to train the model at this resolution.

OldChi commented 4 years ago

@OldChi , Currently, if you want to generate higher resolution results such as 512 x 512, you need to train the model at this resolution.

hi I trained on your 10241024 data and set image size to 512 during training. however, using the result, I still generated 256256 images, how can i modify the code so that i can generate 512*512 images?