Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,36 @@
|
|
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 |
+
pipeline_tag: object-detection
|
6 |
+
tags:
|
7 |
+
- AIoT
|
8 |
+
- QNN
|
9 |
+
---
|
10 |
+
|
11 |
+
## Lightweight-Face-Detection: Object Detection
|
12 |
+
|
13 |
+
Lightweight-Face-Detection is a mobile/edge-optimized face detection model utilizing depthwise separable convolutions and multi-scale feature fusion for high-accuracy real-time detection under low resources. Built on streamlined backbones (e.g., ShuffleNetV2) with dynamic anchor adjustment, it robustly detects small, occluded, or blurred faces, achieving 50+ FPS on mobile CPUs via multi-thread processing. Quantization-aware training (INT8) reduces model size below 2MB, reaching over 90% mAP on WIDER FACE—15% higher than MTCNN with faster speed. Ideal for smart access control, mobile camera focus, and video conferencing, it balances low power consumption and high performance.
|
14 |
+
|
15 |
+
### Source model
|
16 |
+
|
17 |
+
- Input shape: 1x1x480x640
|
18 |
+
- Number of parameters: 0.84M
|
19 |
+
- Model size: 3.72M
|
20 |
+
- Output shape: [1x1x60x80],[1x4x60x80],[1x10x60x80]
|
21 |
+
|
22 |
+
The source model can be found [here](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/face_det_lite/model.py)
|
23 |
+
|
24 |
+
## Performance Reference
|
25 |
+
|
26 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
27 |
+
|
28 |
+
## Inference & Model Conversion
|
29 |
+
|
30 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
31 |
+
|
32 |
+
## License
|
33 |
+
|
34 |
+
- Source Model: [BSD-3-CLAUSE](https://github.com/quic/ai-hub-models/blob/main/LICENSE)
|
35 |
+
|
36 |
+
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)
|