ashutosh-kedar/rt-detr-v2-finetuned-trash-hand-bin-bbox
06
<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->
Live Demo
Try the Gradio application here:
Hugging Face Space: https://huggingface.co/spaces/ashutosh-kedar/ECO-VISION
Upload an image and the model detects:
- Trash
- Bin
- Hand
It also visualizes the predicted bounding boxes and confidence scores.
rt-detr-v2-finetuned-trash-hand-bin-bbox
This model is a fine-tuned version of PekingU/rtdetr_v2_r50vd on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 9.1691
- Map: 0.45
- Map 50: 0.62
- Map 75: 0.54
- Map Small: 0.05
- Map Medium: 0.2
- Map Large: 0.47
- Mar 1: 0.51
- Mar 10: 0.68
- Mar 100: 0.73
- Mar Small: 0.2
- Mar Medium: 0.61
- Mar Large: 0.74
- Map Bin: 0.75
- Mar Bin: 0.88
- Map Hand: 0.55
- Mar Hand: 0.78
- Map Not Bin: 0.01
- Mar Not Bin: 0.7
- Map Not Hand: 0.18
- Mar Not Hand: 0.45
- Map Not Trash: 0.21
- Mar Not Trash: 0.61
- Map Trash: 0.69
- Mar Trash: 0.82
- Map Trash Arm: 0.78
- Mar Trash Arm: 0.87
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0001
- trainbatchsize: 16
- evalbatchsize: 16
- seed: 42
- optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lrschedulertype: linear
- lrschedulerwarmup_steps: 0.05
- num_epochs: 10
- mixedprecisiontraining: Native AMP
Training results
Framework versions
- Transformers 5.12.0
- Pytorch 2.11.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
