From 43e2b61d491501dfa44de5939f030cec03b49695 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Thu, 28 Jul 2016 14:42:48 -0400 Subject: [PATCH] Docs: Mention classifier_webcam and unknown person detection. --- README.md | 1 + docs/faq.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 5a8b5d1..56be4eb 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ and should not be attributed to their employers or funding sources. + [demos/vis-outputs.lua](https://github.com/cmusatyalab/openface/tree/master/demos/vis-outputs.lua): Demo to visualize the network's outputs. + [demos/classifier.py](https://github.com/cmusatyalab/openface/tree/master/demos/classifier.py): Demo to train and use classifiers. ++ [demos/classifier_webcam.py](https://github.com/cmusatyalab/openface/blob/master/demos/classifier_webcam.py): Demo to use a trained classifier on a webcam stream. + [evaluation](https://github.com/cmusatyalab/openface/blob/master/evaluation): LFW accuracy evaluation scripts. + [openface](https://github.com/cmusatyalab/openface/tree/master/openface): Python library code. + [models](https://github.com/cmusatyalab/openface/tree/master/models): Model directory for openface and 3rd party libraries. diff --git a/docs/faq.md b/docs/faq.md index 3a71990..27896cd 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -1,5 +1,10 @@ # FAQ +## How can I detect unknown people? + +This is a work-in-progress, join in on the discussion in our issue +[#144](https://github.com/cmusatyalab/openface/issues/144). + ## How much time does OpenFace take to process an image? The execution time depends on the size of the input images.