Skip to content

Commit

Permalink
Fixed quotes around image glob
Browse files Browse the repository at this point in the history
  • Loading branch information
jonycgn committed Jan 1, 2019
1 parent f7fa935 commit 7b18a54
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 @@ -73,7 +73,7 @@ They should be provided in PNG format. Training can be as simple as the
following command:

```bash
python bls2017.py -v --train_glob=images/*.png train
python bls2017.py -v --train_glob="images/*.png" train
```

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

0 comments on commit 7b18a54

Please sign in to comment.