diff --git a/README.md b/README.md index 4c8c083..474159e 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,12 @@ the model has no knowledge of. For an unknown person, a prediction still needs to be made, but the confidence score is usually lower. +Run the classifier on your images with: + +``` +./demos/classifier.py ./models/openface/celeb-classifier.nn4.v1.pkl infer +``` + | Person | Image | Prediction | Confidence | |---|---|---|---| | Lennon 1 | | DavidBoreanaz | 0.28 | @@ -230,15 +236,6 @@ the confidence score is usually lower. | Carell | | SteveCarell | 0.78 | | Adams | | AmyAdams | 0.87 | - ---- - -Run the classifier on new images with: - -``` -./demos/classifier.py ./models/openface/celeb-classifier.nn4.v1.pkl infer -``` - # Model Definitions Model definitions should be kept in [models/openface](models/openface), where we have provided definitions of the [nn1](models/openface/nn1.def.lua)