Skip to content

Commit 7a1d6bd

Browse files
Johannes Ball?copybara-github
authored andcommitted
Fixes training command line example in README.
PiperOrigin-RevId: 266992414 Change-Id: I1a4715ad392c710b61a33e4ddc629c271e1ab95a
1 parent 6159b5a commit 7a1d6bd

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
@@ -156,7 +156,7 @@ To train the model, you need to supply it with a dataset of RGB training images.
156156
They should be provided in PNG format. Training can be as simple as the
157157
following command:
158158
```bash
159-
python bls2017.py --verbose --train_glob="images/*.png" train
159+
python bls2017.py --verbose train --train_glob="images/*.png"
160160
```
161161

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

0 commit comments

Comments
 (0)