Docs: Mention classifier_webcam and unknown person detection.
This commit is contained in:
parent
fa2a3a5d20
commit
43e2b61d49
|
@ -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
|
+ [demos/vis-outputs.lua](https://github.com/cmusatyalab/openface/tree/master/demos/vis-outputs.lua): Demo to
|
||||||
visualize the network's outputs.
|
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.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.
|
+ [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.
|
+ [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.
|
+ [models](https://github.com/cmusatyalab/openface/tree/master/models): Model directory for openface and 3rd party libraries.
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
# FAQ
|
# 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?
|
## How much time does OpenFace take to process an image?
|
||||||
|
|
||||||
The execution time depends on the size of the input images.
|
The execution time depends on the size of the input images.
|
||||||
|
|
Loading…
Reference in New Issue