Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues about the test results in DAIN_HD_videos #1

Closed
YaoooLiang opened this issue Apr 4, 2019 · 1 comment
Closed

Issues about the test results in DAIN_HD_videos #1

YaoooLiang opened this issue Apr 4, 2019 · 1 comment

Comments

@YaoooLiang
Copy link

Hi,
@baowenbo ,Thank you for your great work and sharing the code. The test results were really surprising, but I found some blurry or not-expected results in DAIN_HD_videos as shown below.
Can you tell why do these happen or some ideas for improvement?

  • some abnormal blocks in interpolated frames
    reliao_img_1554361053188

  • blurry when large displacement appeared
    reliao_1554361136220

@baowenbo
Copy link
Owner

baowenbo commented Apr 4, 2019

Yes, I do find these problems. I think the abnormal blocks are caused by the high resolution of images.
You can also check out my supplementary file.
Here, I quote our discussion for this problem below:

Although we show in the main paper that our DAIN model achieves better PSNR and SSIM values against the MEMC-Net [2] algorithm on the HD dataset, we observe that there are some annoying artifacts in the Bluesky and Sunflower videos. Specifically, we discover that these artifacts are introduced by the frame synthesis network. In Figure 14, we present the 4-th frame results of the Bluesky video. The three images are generated by the adaptive warping layer, the frame synthesis network and the corresponding ground-truth frame respectively. The artifacts appeared in the flat sky area of the synthesized result suggest us that a more robust network should be proposed to deal with high-resolution images.

I think plenty of problems such as high resolution, large displacement, need further analysis in the video frame interpolation task as in other tasks such as optical flow. For high resolution images and large displacements, the receptive field of our network may still be insufficient. Possibly, the scale-recurrent network would be a good idea to try.

baowenbo pushed a commit that referenced this issue Apr 18, 2020
Improvements to Colab notebook (Better code, but broken interpolation because of the python file.)
vlee-harmonicinc pushed a commit to vlee-harmonicinc/DAIN that referenced this issue May 14, 2020
Improvements to Colab notebook (Better code, but broken interpolation because of the python file.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants