Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,7 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
36 |
## Overview
|
37 |
|
38 |
The `ImageProcessor` class is designed to overlay graphical gadgets on detected faces in an image. Using a facial detection model, it identifies faces and relevant keypoints (like the nose) and overlays pre-defined gadgets (like hats or other accessories) at appropriate positions on the face.
|
|
|
39 |
|
40 |
## Dependencies
|
41 |
|
|
|
36 |
## Overview
|
37 |
|
38 |
The `ImageProcessor` class is designed to overlay graphical gadgets on detected faces in an image. Using a facial detection model, it identifies faces and relevant keypoints (like the nose) and overlays pre-defined gadgets (like hats or other accessories) at appropriate positions on the face.
|
39 |
+
We are using a pretrain model for the face detection : https://github.com/google/mediapipe/blob/master/docs/solutions/face_detection.md
|
40 |
|
41 |
## Dependencies
|
42 |
|