YapengTian/TDAN-VSR-CVPR-2020

I encountered severe artifact when testing on VID4 with pretrained model

T5eng opened this issue · 6 comments

T5eng commented

as described in the title, here is some cases. But case calendar is alright, same as visual quality in the paper.
image

image

image

It would be great if you could help solve this problem.

The released model is for BI setting. It means that you need to use Matlab resize function with the "bicubic" option to downsample HR frames to generate LR frames.

T5eng commented

In my experiment, LR frames are generated with cv2.resize(... , interpolation=cv2.INTER_CUBIC) and frames in calendar set are all looking good. Artifact exists only in foliage, city and walk set... so weird...

The functions in OpenCV and Matlab should be different. I guess you will have the similar issue if you test the generated LR frames using other BI models. But, I also cannot understand why the results of the calendar sequence are good.

T5eng commented

I tried to generate LR with Matlab bicubic interpolation. But artifact still exists.....

T5eng commented

It works. It seems this and some other similar methods are functioning on very specifically degredation....