Add model-index metadata (HF Evaluation Results widget)
Browse files
README.md
CHANGED
|
@@ -28,6 +28,32 @@ metrics:
|
|
| 28 |
- f1
|
| 29 |
|
| 30 |
base_model: "Roboflow/rf-detr-medium"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
|
| 33 |
|
|
@@ -273,7 +299,6 @@ If you use this model in your research, please consider citing:
|
|
| 273 |
1. The VisDrone-DET dataset (see below)
|
| 274 |
2. The original RF-DETR Medium architecture (see below)
|
| 275 |
3. DetectionBench, the training/evaluation framework used to produce this checkpoint
|
| 276 |
-
|
| 277 |
```
|
| 278 |
@article{zhu2018vision,
|
| 279 |
title={Vision meets drones: A challenge},
|
|
@@ -299,7 +324,6 @@ If you use this model in your research, please consider citing:
|
|
| 299 |
year={2023}
|
| 300 |
}
|
| 301 |
```
|
| 302 |
-
|
| 303 |
```bibtex
|
| 304 |
@software{Saksena_DetectionBench_2026,
|
| 305 |
author = {Saksena, Saumya Kumaar},
|
|
|
|
| 28 |
- f1
|
| 29 |
|
| 30 |
base_model: "Roboflow/rf-detr-medium"
|
| 31 |
+
|
| 32 |
+
model-index:
|
| 33 |
+
- name: RF-DETR Medium Finetuned on VisDrone-DET
|
| 34 |
+
results:
|
| 35 |
+
- task:
|
| 36 |
+
type: object-detection
|
| 37 |
+
name: Object Detection
|
| 38 |
+
dataset:
|
| 39 |
+
name: VisDrone-DET
|
| 40 |
+
type: visdrone
|
| 41 |
+
metrics:
|
| 42 |
+
- type: mAP50
|
| 43 |
+
value: 36.82
|
| 44 |
+
name: mAP@50 (test split)
|
| 45 |
+
- type: mAP50-95
|
| 46 |
+
value: 20.14
|
| 47 |
+
name: mAP@50-95 (test split)
|
| 48 |
+
- type: precision
|
| 49 |
+
value: 64.0
|
| 50 |
+
name: Precision (test split)
|
| 51 |
+
- type: recall
|
| 52 |
+
value: 47.05
|
| 53 |
+
name: Recall (test split)
|
| 54 |
+
source:
|
| 55 |
+
url: https://github.com/dronefreak/DetectionBench
|
| 56 |
+
name: DetectionBench
|
| 57 |
---
|
| 58 |
|
| 59 |
|
|
|
|
| 299 |
1. The VisDrone-DET dataset (see below)
|
| 300 |
2. The original RF-DETR Medium architecture (see below)
|
| 301 |
3. DetectionBench, the training/evaluation framework used to produce this checkpoint
|
|
|
|
| 302 |
```
|
| 303 |
@article{zhu2018vision,
|
| 304 |
title={Vision meets drones: A challenge},
|
|
|
|
| 324 |
year={2023}
|
| 325 |
}
|
| 326 |
```
|
|
|
|
| 327 |
```bibtex
|
| 328 |
@software{Saksena_DetectionBench_2026,
|
| 329 |
author = {Saksena, Saumya Kumaar},
|