From 0fc39bddebf6b271192cb59238938ab2abb75cf7 Mon Sep 17 00:00:00 2001 From: pp00704831 <57279608+pp00704831@users.noreply.github.com> Date: Sat, 16 Jul 2022 20:58:03 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 297ab83..27fbfc5 100644 --- a/README.md +++ b/README.md @@ -40,20 +40,20 @@ For reproducing our results on RealBlur dataset, download "[Stripformer_realblur Download "[GoPro](https://drive.google.com/drive/folders/1BdV2l7A5MRXLWszGonMxR88eV27geb_n?usp=sharing)" full dataset or test set into './datasets'
For example: './datasets/GoPro/test/blur/\*\*/\*.png' ``` -python predict_GoPro_test_results --weights_path ./Stripformer_gopro.pth +python predict_GoPro_test_results.py --weights_path ./Stripformer_gopro.pth ``` * For testing on HIDE dataset
Download "[HIDE](https://drive.google.com/drive/folders/1BdV2l7A5MRXLWszGonMxR88eV27geb_n?usp=sharing)" into './datasets'
``` -python predict_HIDE_results --weights_path ./Stripformer_gopro.pth +python predict_HIDE_results.py --weights_path ./Stripformer_gopro.pth ``` * For testing on RealBlur test sets Download "[RealBlur_J](https://drive.google.com/drive/folders/1BdV2l7A5MRXLWszGonMxR88eV27geb_n?usp=sharing)" and "[RealBlur_R](https://drive.google.com/drive/folders/1BdV2l7A5MRXLWszGonMxR88eV27geb_n?usp=sharing)" into './datasets'
``` -python predict_RealBlur_J_test_results --weights_path ./Stripformer_realblur_J.pth +python predict_RealBlur_J_test_results.py --weights_path ./Stripformer_realblur_J.pth ``` ``` -python predict_RealBlur_R_test_results --weights_path ./Stripformer_realblur_R.pth +python predict_RealBlur_R_test_results.py --weights_path ./Stripformer_realblur_R.pth ``` * For testing your own training weight (take GoPro for a example)