Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,38 @@
|
|
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 |
+

|
12 |
+
|
13 |
+
## PPE-Detection: Object Detection
|
14 |
+
|
15 |
+
PPE-Detection (Personal Protective Equipment Detection) is a computer vision-based technology designed to automatically identify whether personnel are wearing essential safety gear, such as helmets, reflective vests, goggles, masks, and gloves. Using deep learning algorithms (e.g., YOLO, Faster R-CNN), this technology enables real-time detection and classification of safety equipment in high-risk environments like construction sites, factories, and healthcare facilities, significantly reducing occupational hazards. The system analyzes data from cameras or drones, integrating object detection and semantic segmentation to pinpoint non-compliant behaviors and trigger immediate alerts. Key challenges include handling occlusions in complex scenarios, multi-scale object recognition, and optimizing cross-device deployment. With advancements in edge computing and lightweight models, PPE-Detection is evolving toward cost-effective, intelligent safety management solutions, enhancing compliance and operational safety standards globally.
|
16 |
+
|
17 |
+
### Source model
|
18 |
+
|
19 |
+
- Input shape: 1x3x320x192
|
20 |
+
- Number of parameters: 5.92M
|
21 |
+
- Model size: 23.64M
|
22 |
+
- Output shape: [1x21x40x24],[1x21x20x12],[1x21x10x6]
|
23 |
+
|
24 |
+
The source model can be found [here](https://github.com/quic/ai-hub-models/blob/main/qai_hub_models/models/gear_guard_net/model.py)
|
25 |
+
|
26 |
+
## Performance Reference
|
27 |
+
|
28 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
29 |
+
|
30 |
+
## Inference & Model Conversion
|
31 |
+
|
32 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
33 |
+
|
34 |
+
## License
|
35 |
+
|
36 |
+
- Source Model: [BSD-3-CLAUSE](https://github.com/quic/ai-hub-models/blob/main/LICENSE)
|
37 |
+
|
38 |
+
- Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)
|