| # YuNet | |
| YuNet is a light-weight, fast and accurate face detection model, which achieves 0.834(AP_easy), 0.824(AP_medium), 0.708(AP_hard) on the WIDER Face validation set. | |
| ## Demo | |
| Run the following command to try the demo: | |
| ```shell | |
| # detect on camera input | |
| python demo.py | |
| # detect on an image | |
| python demo.py --input /path/to/image | |
| ``` | |
| ## License | |
| All files in this directory are licensed under [MIT License](./LICENSE). | |
| ## Reference | |
| - https://github.com/ShiqiYu/libfacedetection | |
| - https://github.com/ShiqiYu/libfacedetection.train | |