-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to test Vimeo90K? #4
Comments
I packed all Vimeo90K in LMDB format, so use testing data as what I did for training data should be fine. |
Thank you! By the way, what is the N_frames in the training and testing configuration? |
N_frames is for setting the input sequence interval. For example, N_frames: 7 means input 7 consecutive video frames. |
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? |
Center is the index of middle frame in a video sequence. Input and output should have same sequence length. |
Hi, I see your video_test_dataset.py only process Vid4 dataset. How do you test Vimeo90K?
The text was updated successfully, but these errors were encountered: