shuochsu / DeepVideoDeblurring

S. Su, M. Delbracio, J. Wang, G. Sapiro, W. Heidrich, O. Wang. Deep Video Deblurring. CVPR 2017, Spotlight
http://www.cs.ubc.ca/labs/imager/tr/2017/DeepVideoDeblurring/
MIT License
191 stars 63 forks source link

Can I ask you how split the dataset into 61 training videos and 10 testing videos? #2

Closed stephenjia closed 7 years ago

stephenjia commented 7 years ago

Hi Shuochen,

Can I ask you how split the dataset into 61 training videos and 10 test videos?

Thanks a lot!

shuochsu commented 7 years ago

Here are the folder names of the test sets:

1: IMG_0030

2: IMG_0049

3: IMG_0021

4: 720p_240fps_2

5: IMG_0032

6: IMG_0033

7: IMG_0031

8: IMG_0003

9: IMG_0039

10: IMG_0037

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));

stephenjia commented 7 years ago

Thanks a lot for your explanation!

ezjong commented 5 years ago

Hello Shuochen, a follow up question on this: The frame indices generated by the Matlab code above are counting from 1, right?

Thanks!

gauenk commented 1 year ago

Here are two text files of the train/test split for future reference.

train.txt test.txt

ToaToaDigital commented 1 month ago

How can I deblur a video from file using VSCODE?