EDVR
EDVR copied to clipboard
Video-90K
Hello, I was trying to train using Vimeo-90K dataset.,How to know datasets in the lmdb is train dataset or test dataset?
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.