SeungjunNah / DeepDeblur-PyTorch

Deep Multi-scale CNN for Dynamic Scene Deblurring
MIT License
262 stars 42 forks source link

I can't find test.py! #14

Closed Xuhexin closed 4 years ago

SeungjunNah commented 4 years ago

Hi @Xuhexin,

There is no test.py. main.py with proper arguments would do everything.

If your purpose is to test on GOPRO_Large or REDS dataset, you can try:

# When you need PSNR and SSIM
python main.py --save_dir GOPRO_L1_amp --dataset GOPRO_Large --do_train false --do_test true --test_every 1 --load_epoch 1000 --start_epoch 1000

You can take a look at demo examples and look at option.py for advanced usages.

If the arguments are too complex, let me know your purpose and I will try to give you a proper command.