zhangzjn/DTVNet

Generated video is not of the sample output quality.

Closed this issue · 2 comments

I've tried generating videos using the provided pretrained model, but the result is not as clean as the one provided in the sample output, and the PSNR and SSIM values are quite low (lower than the results provided by the paper).

I used the provided "DTV_G.pth" and optical flow npy files to generate the videos. I also used the parameters described in configs/sky_timelapse.json without any changes.

The video I generated is the bottom one. I've also put the sample output video for reference. (upper: sample output, bottom: my result)

07U1fSrk9oI_1_4_video
07U1fSrk9oI_1

Am I generating the videos wrongly by any means?

@kult0922
You may randomly sample the motion vector multiple times. In fact, some motion vectors are not suitable for a special scene, so you should try it many times..

@zhangzjn
OK, thanks!