ljzycmd/VDTR

About the test code

wgp666 opened this issue · 2 comments

Hi, when I use the testing script python test.py ./configs/vdtr/vdtr_dvd.yaml $Checkpoint_path you provided for testing on the DVD dataset, only 300 images are de-blurred, but the test set for the DVD dataset has 1000 images. I wonder if your code can deblur each image when testing?

You may add the item sampling: n_c into the validation config of the DVD dataset.

Thank you!