Instructions to use AnubhavKarki/rt_detrv2_finetuned_eco-vision_box_detector_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnubhavKarki/rt_detrv2_finetuned_eco-vision_box_detector_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="AnubhavKarki/rt_detrv2_finetuned_eco-vision_box_detector_v1")# Load model directly from transformers import AutoTokenizer, AutoModelForObjectDetection tokenizer = AutoTokenizer.from_pretrained("AnubhavKarki/rt_detrv2_finetuned_eco-vision_box_detector_v1") model = AutoModelForObjectDetection.from_pretrained("AnubhavKarki/rt_detrv2_finetuned_eco-vision_box_detector_v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
rt_detrv2_finetuned_eco-vision_box_detector_v1
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: 107.5850
- Map: 0.0
- Map 50: 0.0
- Map 75: 0.0
- Map Small: -1.0
- Map Medium: -1.0
- Map Large: 0.0
- Mar 1: 0.0
- Mar 10: 0.0
- Mar 100: 0.0
- Mar Small: -1.0
- Mar Medium: -1.0
- Mar Large: 0.0
- Map Trash Arm: 0.0
- Mar Trash Arm: 0.0
- Map Trash: 0.0
- Mar Trash: 0.0
- Map Not Trash: -1.0
- Mar Not Trash: -1.0
- Map Not Bin: 0.0
- Mar Not Bin: 0.0
- Map Hand: 0.0
- Mar Hand: 0.0
- Map Bin: -1.0
- Mar Bin: -1.0
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
- train_batch_size: 2
- eval_batch_size: 2
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 0.05
- num_epochs: 2
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Map | Map 50 | Map 75 | Map Small | Map Medium | Map Large | Mar 1 | Mar 10 | Mar 100 | Mar Small | Mar Medium | Mar Large | Map Trash Arm | Mar Trash Arm | Map Trash | Mar Trash | Map Not Trash | Mar Not Trash | Map Not Bin | Mar Not Bin | Map Hand | Mar Hand | Map Bin | Mar Bin |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 98.7842 | 1.0 | 1 | 101.2103 | 0.0 | 0.0 | 0.0 | -1.0 | -1.0 | 0.0 | 0.0 | 0.0 | 0.0 | -1.0 | -1.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | -1.0 | -1.0 | 0.0 | 0.0 | 0.0 | 0.0 | -1.0 | -1.0 |
| 98.3680 | 2.0 | 2 | 83.2069 | 0.0 | 0.0 | 0.0 | -1.0 | -1.0 | 0.0 | 0.0 | 0.0 | 0.0 | -1.0 | -1.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | -1.0 | -1.0 | 0.0 | 0.0 | 0.0 | 0.0 | -1.0 | -1.0 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cpu
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 5
Model tree for AnubhavKarki/rt_detrv2_finetuned_eco-vision_box_detector_v1
Base model
PekingU/rtdetr_v2_r50vd