Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: aplux-model-farm-license
|
4 |
-
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: aplux-model-farm-license
|
4 |
+
license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
|
5 |
+
---
|
6 |
+
|
7 |
+
.png&w=640&q=75)
|
8 |
+
|
9 |
+
## MediaPipe-Face-Detection:Facial Recognition
|
10 |
+
|
11 |
+
MediaPipe Face Detection is an ultrafast face detection solution that comes with 6 landmarks and multi-face support. It is based on BlazeFace, a lightweight and well-performing face detector tailored for mobile GPU inference. The detector's super-realtime performance enables it to be applied to any live viewfinder experience that requires an accurate facial region of interest as an input for other task-specific models, such as 3D facial keypoint estimation (e.g., MediaPipe Face Mesh), facial features or expression classification, and face region segmentation.
|
12 |
+
|
13 |
+
### Source model
|
14 |
+
|
15 |
+
- Input shape: 256x256
|
16 |
+
- Number of parameters:0.13M, 0.6M
|
17 |
+
- Model size:0.58MB, 2.32MB
|
18 |
+
- Output shape: [1x896x16, 1x896x1], [1, 1x486x3]
|
19 |
+
|
20 |
+
Source model repository: [MediaPipe-Face-Detection](https://github.com/zmurez/MediaPipePyTorch/)
|
21 |
+
|
22 |
+
## Performance Reference
|
23 |
+
|
24 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
25 |
+
|
26 |
+
## Inference & Model Conversion
|
27 |
+
|
28 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
29 |
+
|
30 |
+
## License
|
31 |
+
|
32 |
+
- Source Model: [APACHE-2.0](https://github.com/zmurez/MediaPipePyTorch/blob/master/LICENSE)
|
33 |
+
|
34 |
+
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)
|