Update model card
Browse files
README.md
CHANGED
|
@@ -19,7 +19,37 @@ model-index:
|
|
| 19 |
dataset:
|
| 20 |
name: IndoorVG
|
| 21 |
type: indoorvg
|
| 22 |
-
metrics:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# REACT++ Scene Graph Generation — IndoorVG (yolov8m)
|
|
@@ -43,13 +73,13 @@ The models were trained with the
|
|
| 43 |
|
| 44 |
---
|
| 45 |
|
| 46 |
-
## Results — SGDet on IndoorVG test split (
|
| 47 |
|
| 48 |
-
> Metrics from end-to-end
|
| 49 |
|
| 50 |
-
| Backbone |
|
| 51 |
-
|----------|
|
| 52 |
-
| yolov8m |
|
| 53 |
|
| 54 |
---
|
| 55 |
|
|
|
|
| 19 |
dataset:
|
| 20 |
name: IndoorVG
|
| 21 |
type: indoorvg
|
| 22 |
+
metrics:
|
| 23 |
+
- type: mR@20
|
| 24 |
+
value: 17.54
|
| 25 |
+
name: mR@20
|
| 26 |
+
- type: R@20
|
| 27 |
+
value: 23.1
|
| 28 |
+
name: R@20
|
| 29 |
+
- type: mR@50
|
| 30 |
+
value: 22.3
|
| 31 |
+
name: mR@50
|
| 32 |
+
- type: R@50
|
| 33 |
+
value: 30.27
|
| 34 |
+
name: R@50
|
| 35 |
+
- type: mR@100
|
| 36 |
+
value: 24.97
|
| 37 |
+
name: mR@100
|
| 38 |
+
- type: R@100
|
| 39 |
+
value: 35.1
|
| 40 |
+
name: R@100
|
| 41 |
+
- type: F1@20
|
| 42 |
+
value: 19.94
|
| 43 |
+
name: F1@20
|
| 44 |
+
- type: F1@50
|
| 45 |
+
value: 25.68
|
| 46 |
+
name: F1@50
|
| 47 |
+
- type: F1@100
|
| 48 |
+
value: 29.18
|
| 49 |
+
name: F1@100
|
| 50 |
+
- type: e2e_latency_ms
|
| 51 |
+
value: 19.1
|
| 52 |
+
name: e2e_latency_ms
|
| 53 |
---
|
| 54 |
|
| 55 |
# REACT++ Scene Graph Generation — IndoorVG (yolov8m)
|
|
|
|
| 73 |
|
| 74 |
---
|
| 75 |
|
| 76 |
+
## Results — SGDet on IndoorVG test split (CUDA, max_det=100, batch_size=1)
|
| 77 |
|
| 78 |
+
> Metrics from end-to-end evaluation (`tools/evaluate.py`). Latency = model forward only.
|
| 79 |
|
| 80 |
+
| Backbone | R@20 | R@50 | R@100 | mR@20 | mR@50 | mR@100 | F1@20 | F1@50 | F1@100 | Lat. (ms) |
|
| 81 |
+
|----------|-----:|-----:|------:|------:|------:|-------:|------:|------:|-------:|--------------:|
|
| 82 |
+
| yolov8m | 23.1 | 30.27 | 35.1 | 17.54 | 22.3 | 24.97 | 19.94 | 25.68 | 29.18 | 19.1 |
|
| 83 |
|
| 84 |
---
|
| 85 |
|