xinntao / EDVR

Winning Solution in NTIRE19 Challenges on Video Restoration and Enhancement (CVPR19 Workshops) - Video Restoration with Enhanced Deformable Convolutional Networks. EDVR has been merged into BasicSR and this repo is a mirror of BasicSR.
https://github.com/xinntao/BasicSR
1.49k stars 318 forks source link

how to get REDS_trainval_keys.pkl #45

Closed P1803085223 closed 5 years ago

P1803085223 commented 5 years ago

Thank you for your great work,But I have some questions, I want to know how to get REDS_trainval_keys.pkl

P1803085223 commented 5 years ago

I solve this problem by myself,thanks for your great work

SkyeLu commented 5 years ago

Hi, may I ask how you solved it? @P1803085223

xinntao commented 5 years ago

It will be generated by create_lmdb_mp.py

SkyeLu commented 5 years ago

got it. Thanks for your reply! @xinntao