yeephycho / tensorflow-face-detection

A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Apache License 2.0
768 stars 264 forks source link

added class version of tensorflow face detection using camera device. #12

Closed KatsunoriWa closed 6 years ago

KatsunoriWa commented 6 years ago

Added class version of tensorflow face detection using camera device. You can use camera device for the input. This script is a class version. You can import this class base script as a module easily.

yeephycho commented 6 years ago

Hi @KatsunoriWa, I don't have time to test your branch but it seems that your contribution is quite helpful to other people, can you help to edit the README.md to add some illustration on how to use your function, otherwise it will be hard for people to reproduce our work. Thanks

KatsunoriWa commented 6 years ago

I added minimum documentation to run inference_usbCam_face.py.