Downloads · 30 days
12
1% of all-time downloads
ashaduzzaman/detr_finetuned_cppe5
detr_finetuned_cppe5 is a object detection model from ashaduzzaman. Use it when you need objects located in an image. It is set up for transformers. The card lists the license as apache-2.0.
should probably proofread and complete it, then remove this comment. --
Downloads · 30 days
12
1% of all-time downloads
All-time downloads
889
Public
Parameters
41.6M
5 GB on disk
Likes
2
Public
Click a slice to open those files.
.safetensors166 MB · 100%
From the Hugging Face model README
This model is a fine-tuned version of facebook/detr-resnet-50 on a custom dataset, likely focused on detecting personal protective equipment (PPE) items. The fine-tuning has optimized the model to recognize various PPE elements such as face shields, masks, gloves, and goggles.
The model is based on the DEtection TRansformer (DETR) architecture, leveraging a ResNet-50 backbone for feature extraction. This fine-tuned version retains DETR's core functionality, enabling object detection tasks but is specifically adjusted to detect items relevant to occupational safety or PPE.
The model achieves the following metrics on its evaluation set:
For specific categories (face shields, gloves, goggles, masks), the precision and recall vary, with room for improvement, particularly for small objects like goggles.
The dataset used for fine-tuning remains unspecified, but it appears to focus on personal protective equipment, such as face shields, masks, goggles, and gloves.
The model was trained for 30 epochs with Adam optimization, using a learning rate of 5e-05 and cosine learning rate decay. The training was conducted with a batch size of 8 for both training and evaluation.
The following are performance metrics captured during the training process across multiple epochs:
| Epoch | Validation Loss | mAP | mAP 50 | mAP 75 | mAR | Comments |
|---|---|---|---|---|---|---|
| 1 | 2.1073 | 0.0518 | 0.1075 | 0.0423 | 0.2819 | Initial training |
| 5 | 1.6220 | 0.1223 | 0.2258 | 0.1115 | 0.4463 | Significant improvement |
| 10 | 1.5033 | 0.155 | 0.3265 | 0.1325 | 0.5032 | Stable performance |
| 20 | 1.2649 | 0.2211 | 0.4427 | 0.1952 | 0.5867 | Peak performance |
| 25 | 1.2347 | 0.2333 | 0.4831 | 0.1989 | 0.5966 | Final metrics |