Skip to content

Commit 6977264

Browse files
author
Sasha Luccioni, Postdoc @ AI for Humanity, Mila
authored
Update USAGE.md
fixed error in test command
1 parent b3d06ab commit 6977264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ First, download the [pretrained models](https://drive.google.com/open?id=1cSxke5
3131

3232
Run the following command to translate a folder of non flooded image to it's flooded version:
3333
```
34-
python test.py --configs ../configs/config.yaml --checkpoint models/gen_00370000.pt --input ../input_folder/ --output_folder output_folder/ --style ../Style_Image/style_image.jpg
34+
python test.py --config ../configs/config.yaml --checkpoint models/gen_00370000.pt --input ../input_folder/ --output_folder output_folder/ --style ../Style_Image/style_image.jpg
3535
```
3636

3737
It is possible to control the style of output using an example style_image. The results are stored in `outputs` folder.

0 commit comments

Comments
 (0)