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.48k stars 320 forks source link

Video-90K #89

Open xrjiang527 opened 4 years ago

xrjiang527 commented 4 years ago

Hello, I was trying to train using Vimeo-90K dataset.,How to know datasets in the lmdb is train dataset or test dataset?

xinntao commented 4 years ago

There is a sep_trainlist.txt file recording the training samples in the download zip file. We create LMDB only for the training dataset. See more details in https://github.com/open-mmlab/mmsr/blob/master/datasets/DATASETS.md#prepare-vimeo90k

For testing the vimeo90k dataset, we use a script to read the test data directly.