Skip to content
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

Open
minzhang-1 opened this issue Feb 15, 2022 · 5 comments
Open

How to test Vimeo90K? #4

minzhang-1 opened this issue Feb 15, 2022 · 5 comments

Comments

@minzhang-1
Copy link

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

@ding3820
Copy link
Owner

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

@minzhang-1
Copy link
Author

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

@ding3820
Copy link
Owner

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

@minzhang-1
Copy link
Author

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?

@ding3820
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants