About the test code
wgp666 opened this issue · 2 comments
wgp666 commented
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?
ljzycmd commented
You may add the item sampling: n_c
into the validation config of the DVD dataset.
wgp666 commented
Thank you!