updated readme.md with webcam result
Esse commit está contido em:
+7
-1
@@ -3,6 +3,9 @@
|
|||||||
|
|
||||||
This detects faces and facial landmarks on an image, the image can be access via a url or in local directory.
|
This detects faces and facial landmarks on an image, the image can be access via a url or in local directory.
|
||||||
|
|
||||||
|
A python file to detect facial landmarks via webcam.
|
||||||
|
A jupyter notebook to detect image files located in directory.
|
||||||
|
|
||||||
This project uses Python 3.7 and openCV 4.1.2
|
This project uses Python 3.7 and openCV 4.1.2
|
||||||
|
|
||||||
The model used for landmark detection can be got from:
|
The model used for landmark detection can be got from:
|
||||||
@@ -11,8 +14,11 @@ https://github.com/kurnianggoro/GSOC2017/raw/master/data/lbfmodel.yaml
|
|||||||
Also the model used for face detection can be found here:
|
Also the model used for face detection can be found here:
|
||||||
https://raw.githubusercontent.com/opencv/opencv/master/data/haarcascades/haarcascade_frontalface_alt2.xml
|
https://raw.githubusercontent.com/opencv/opencv/master/data/haarcascades/haarcascade_frontalface_alt2.xml
|
||||||
|
|
||||||
Improvement would be made to capture from video and webcam.
|
|
||||||
|
|
||||||
|
## Landmark Detection on Webcam
|
||||||
|
|
||||||
|

|
||||||
|
<br>Picture on phone placed in front of webcam
|
||||||
|
|
||||||
## Result Samples
|
## Result Samples
|
||||||
|
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário