-
Notifications
You must be signed in to change notification settings - Fork 63
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
Can I ask you how split the dataset into 61 training videos and 10 testing videos? #2
Comments
Here are the folder names of the test sets: #1: IMG_0030 We only used 30 frames from each test set for calculating the PNSR/MSSIM scores in Table 2. The frame indices can be generated in MATLAB as follows: fr_idx = floor(linspace(2,97,30)); |
Thanks a lot for your explanation! |
Hello Shuochen, Thanks! |
How can I deblur a video from file using VSCODE? |
Hi Shuochen,
Can I ask you how split the dataset into 61 training videos and 10 test videos?
Thanks a lot!
The text was updated successfully, but these errors were encountered: