We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0083b5 commit df6c447Copy full SHA for df6c447
README.md
@@ -37,8 +37,8 @@ python train.py
37
## Testing
38
In *config.py*,
39
* set **test** to True
40
-* set **test_dir** which contains the noisy images that you need to denoise, and
41
-* set **test_bs** which is the batch size for the test set.
+* set **test_dir** to the path that contains the noisy images that you need to denoise ('data/val/noisy' by default)
+* set **test_bs** to the desired batch size for the test set (1 by default)
42
```
43
python test.py
44
0 commit comments