Skip to content

Commit 7b18a54

Browse files
author
Johannes Ballé
authored
Fixed quotes around image glob
1 parent f7fa935 commit 7b18a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ They should be provided in PNG format. Training can be as simple as the
7373
following command:
7474

7575
```bash
76-
python bls2017.py -v --train_glob=images/*.png train
76+
python bls2017.py -v --train_glob="images/*.png" train
7777
```
7878

7979
This will use the default settings. The most important parameter is `--lambda`,

0 commit comments

Comments
 (0)