Instructions to use melihuzunoglu/ppe-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use melihuzunoglu/ppe-detection with ultralytics:
from ultralytics import YOLOvv11 model = YOLOvv11.from_pretrained("melihuzunoglu/ppe-detection") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -46,9 +46,9 @@ Helmet: Detects safety helmets worn on the head.
|
|
| 46 |
No-Helmet: Specifically identifies heads without safety helmets.
|
| 47 |
|
| 48 |
Vest: Detects high-visibility safety vests.
|
| 49 |
-
|
| 50 |
-
Note: For "No-Vest" detection, the logic is based on the absence of a vest label within a detected human bounding box.
|
| 51 |
```
|
|
|
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
## 📊 Model Information
|
|
|
|
| 46 |
No-Helmet: Specifically identifies heads without safety helmets.
|
| 47 |
|
| 48 |
Vest: Detects high-visibility safety vests.
|
|
|
|
|
|
|
| 49 |
```
|
| 50 |
+
Note: For "No-Vest" detection, the logic is based on the absence of a vest label within a detected human bounding box.
|
| 51 |
+
|
| 52 |
|
| 53 |
|
| 54 |
## 📊 Model Information
|