EDVR icon indicating copy to clipboard operation
EDVR copied to clipboard

Video-90K

Open xrjiang527 opened this issue 6 years ago • 1 comments

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

xrjiang527 avatar Sep 02 '19 03:09 xrjiang527

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.

xinntao avatar Sep 02 '19 14:09 xinntao