YapengTian / TDAN-VSR-CVPR-2020

TDAN: Temporally-Deformable Alignment Network for Video Super-Resolution, CVPR 2020
MIT License
400 stars 62 forks source link

How to make LR frames? #40

Closed reminayano closed 3 years ago

reminayano commented 3 years ago

Hi, I tried to make BD data from HR. What is kernel size and standard deviation?

YapengTian commented 3 years ago

I used the BD resizing code from the RDN https://github.com/yulunzhang/RDN/blob/master/RDN_IR/RDN_TestCode/RDN_SR_RGB/Prepare_TestData_HR_LR.m.

reminayano commented 3 years ago

OK, thank you.