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
Question regarding the training dataset used for this model
#1
by higo-individual - opened
Hi @melihuzunoglu ,
Thank you for sharing this PPE detection model!
Could you please specify which exact dataset was used to train this model (e.g., Roboflow PPE dataset, custom dataset, or a public benchmark)? If possible, sharing a link to the dataset or details about the class annotations would be very helpful.
Looking forward to your reply. Thanks in advance!