Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t-martyniuk authored and KupynOrest committed Jul 8, 2019
1 parent d907a42 commit a6d1b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Put the weights into
```
To test a model put your blurry images into a folder and run:
```bash
python test.py --dataroot /.path_to_your_data --model test --dataset_mode single --learn_residual
python3 train.py --dataroot GOPRO_Large --learn_residual --resize_or_crop crop --fineSize 256 --niter 25 --niter_decay 25
```
## Data
Download dataset for Object Detection benchmark from [Google Drive](https://drive.google.com/file/d/1CPMBmRj-jBDO2ax4CxkBs9iczIFrs8VA/view?usp=sharing)
Expand Down

0 comments on commit a6d1b3d

Please sign in to comment.