From 31b0466ae74092b7f74b52b4b20def36ffae8094 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Sun, 11 Oct 2015 17:36:34 -0400 Subject: [PATCH] README: Formatting. --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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)