Update model card
Browse files
README.md
CHANGED
|
@@ -47,6 +47,9 @@ model-index:
|
|
| 47 |
- type: F1@100
|
| 48 |
value: 21.11
|
| 49 |
name: F1@100
|
|
|
|
|
|
|
|
|
|
| 50 |
- name: REACT++ yolo26m
|
| 51 |
results:
|
| 52 |
- task:
|
|
@@ -83,6 +86,9 @@ model-index:
|
|
| 83 |
- type: F1@100
|
| 84 |
value: 23.77
|
| 85 |
name: F1@100
|
|
|
|
|
|
|
|
|
|
| 86 |
- name: REACT++ yolov8m
|
| 87 |
results:
|
| 88 |
- task:
|
|
@@ -119,6 +125,9 @@ model-index:
|
|
| 119 |
- type: F1@100
|
| 120 |
value: 23.94
|
| 121 |
name: F1@100
|
|
|
|
|
|
|
|
|
|
| 122 |
---
|
| 123 |
|
| 124 |
# REACT++ Scene Graph Generation — VG150 (yolo12m, yolo26m, yolov8m)
|
|
@@ -146,11 +155,11 @@ The models were trained with the
|
|
| 146 |
|
| 147 |
> Metrics from end-to-end evaluation (`tools/evaluate.py`). Latency = model forward only.
|
| 148 |
|
| 149 |
-
| Backbone |
|
| 150 |
-
|----------|
|
| 151 |
-
| yolo12m |
|
| 152 |
-
| yolo26m |
|
| 153 |
-
| yolov8m |
|
| 154 |
|
| 155 |
---
|
| 156 |
|
|
|
|
| 47 |
- type: F1@100
|
| 48 |
value: 21.11
|
| 49 |
name: F1@100
|
| 50 |
+
- type: e2e_latency_ms
|
| 51 |
+
value: 20.5
|
| 52 |
+
name: e2e_latency_ms
|
| 53 |
- name: REACT++ yolo26m
|
| 54 |
results:
|
| 55 |
- task:
|
|
|
|
| 86 |
- type: F1@100
|
| 87 |
value: 23.77
|
| 88 |
name: F1@100
|
| 89 |
+
- type: e2e_latency_ms
|
| 90 |
+
value: 19.8
|
| 91 |
+
name: e2e_latency_ms
|
| 92 |
- name: REACT++ yolov8m
|
| 93 |
results:
|
| 94 |
- task:
|
|
|
|
| 125 |
- type: F1@100
|
| 126 |
value: 23.94
|
| 127 |
name: F1@100
|
| 128 |
+
- type: e2e_latency_ms
|
| 129 |
+
value: 18.7
|
| 130 |
+
name: e2e_latency_ms
|
| 131 |
---
|
| 132 |
|
| 133 |
# REACT++ Scene Graph Generation — VG150 (yolo12m, yolo26m, yolov8m)
|
|
|
|
| 155 |
|
| 156 |
> Metrics from end-to-end evaluation (`tools/evaluate.py`). Latency = model forward only.
|
| 157 |
|
| 158 |
+
| Backbone | R@20 | R@50 | R@100 | mR@20 | mR@50 | mR@100 | F1@20 | F1@50 | F1@100 | Lat. (ms) |
|
| 159 |
+
|----------|-----:|-----:|------:|------:|------:|-------:|------:|------:|-------:|--------------:|
|
| 160 |
+
| yolo12m | 18.76 | 24.63 | 28.47 | 10.81 | 14.42 | 16.78 | 13.72 | 18.19 | 21.11 | 20.5 |
|
| 161 |
+
| yolo26m | 21.12 | 28.34 | 33.7 | 10.81 | 14.6 | 18.36 | 14.3 | 19.27 | 23.77 | 19.8 |
|
| 162 |
+
| yolov8m | 22.89 | 29.96 | 34.09 | 12.22 | 16.31 | 18.45 | 15.93 | 21.12 | 23.94 | 18.7 |
|
| 163 |
|
| 164 |
---
|
| 165 |
|