facebookresearch / Neural_3D_Video

The repository for CVPR 2022 Paper "Neural 3D Video Synthesis"
Other
258 stars 9 forks source link

resolution of training and evalutaion. #11

Closed Caoang327 closed 2 years ago

Caoang327 commented 2 years ago

Hi.

I am curious about the exact image size/ resolution for both training and testing. The paper mentioned that videos are evaluated at 1K resolution but don't tell the training resolution. Thanks so much!

zhaoyang-lv commented 2 years ago

The results shown in the paper are trained at the same resolution being evaluated, also at 1K. Later we also trained the model at full resolution with slightly longer time (cannot precisely measure, but roughly twice the duration) and the visual results will look slightly better rendered at full resolution. In the end we stick to the original 1K evaluation setting because that saves the computation in evaluation for all experiments and ablation study.