dronefreak commited on
Commit
842a952
·
verified ·
1 Parent(s): 0df890b

Add model-index metadata (HF Evaluation Results widget)

Browse files
Files changed (1) hide show
  1. README.md +26 -2
README.md CHANGED
@@ -26,6 +26,32 @@ metrics:
26
  - f1
27
 
28
  base_model: "Roboflow/rf-detr-nano"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
 
@@ -121,8 +147,6 @@ Domain shift can matter more than the aggregate score above for field deployment
121
  | Mexico | 54.51 | 19.27 | 205 |
122
  | Sudan | 61.42 | 24.15 | 30 |
123
  | US | 58.7 | 20.9 | 605 |
124
-
125
-
126
  See `country_breakdown.json` (results) and `domain_metadata.json` (the country/growth-stage mapping used to compute them) in this repository for the raw data behind this table.
127
 
128
  ---
 
26
  - f1
27
 
28
  base_model: "Roboflow/rf-detr-nano"
29
+
30
+ model-index:
31
+ - name: RF-DETR Nano Finetuned on Global Wheat Head Dataset
32
+ results:
33
+ - task:
34
+ type: object-detection
35
+ name: Object Detection
36
+ dataset:
37
+ name: Global Wheat Head Dataset
38
+ type: gwhd
39
+ metrics:
40
+ - type: mAP50
41
+ value: 53.82
42
+ name: mAP@50 (test split)
43
+ - type: mAP50-95
44
+ value: 19.65
45
+ name: mAP@50-95 (test split)
46
+ - type: precision
47
+ value: 72.52
48
+ name: Precision (test split)
49
+ - type: recall
50
+ value: 53.64
51
+ name: Recall (test split)
52
+ source:
53
+ url: https://github.com/dronefreak/DetectionBench
54
+ name: DetectionBench
55
  ---
56
 
57
 
 
147
  | Mexico | 54.51 | 19.27 | 205 |
148
  | Sudan | 61.42 | 24.15 | 30 |
149
  | US | 58.7 | 20.9 | 605 |
 
 
150
  See `country_breakdown.json` (results) and `domain_metadata.json` (the country/growth-stage mapping used to compute them) in this repository for the raw data behind this table.
151
 
152
  ---