Skip to content

Commit

Permalink
Docs: Mention classifier_webcam and unknown person detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamos committed Jul 28, 2016
1 parent fa2a3a5 commit 43e2b61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 43e2b61

Please sign in to comment.