MIMO-VRN icon indicating copy to clipboard operation
MIMO-VRN copied to clipboard

How to test Vimeo90K?

Open minzhang-1 opened this issue 3 years ago • 5 comments
trafficstars

Hi, I see your video_test_dataset.py only process Vid4 dataset. How do you test Vimeo90K?

minzhang-1 avatar Feb 15 '22 19:02 minzhang-1

I packed all Vimeo90K in LMDB format, so use testing data as what I did for training data should be fine.

ding3820 avatar Feb 16 '22 02:02 ding3820

Thank you! By the way, what is the N_frames in the training and testing configuration?

minzhang-1 avatar Feb 16 '22 19:02 minzhang-1

N_frames is for setting the input sequence interval. For example, N_frames: 7 means input 7 consecutive video frames.

ding3820 avatar Feb 17 '22 03:02 ding3820

Hi, when testing Vimeo90K dataset, your code seems to have some bug. The dimensions after tensor to image do not match. What is the center used for here?

minzhang-1 avatar Feb 17 '22 19:02 minzhang-1

Center is the index of middle frame in a video sequence. Input and output should have same sequence length.

ding3820 avatar Feb 22 '22 02:02 ding3820