Fix command in README.
This commit is contained in:
parent
0d500b2cdd
commit
8dc0455d34
|
@ -235,7 +235,7 @@ the confidence score is usually lower.
|
|||
Run the classifier on your images with:
|
||||
|
||||
```
|
||||
./demos/classifier.py ./models/openface/celeb-classifier.nn4.v1.pkl infer <image>
|
||||
./demos/classifier.py infer ./models/openface/celeb-classifier.nn4.v1.pkl <image>
|
||||
```
|
||||
|
||||
| Person | Image | Prediction | Confidence |
|
||||
|
|
Loading…
Reference in New Issue