Add measured ADE20K mIoU (LibreYOLO val protocol)
Browse files
README.md
CHANGED
|
@@ -64,10 +64,17 @@ unchanged: the converted checkpoint reproduces upstream logits **bit-exactly**
|
|
| 64 |
|
| 65 |
## Accuracy
|
| 66 |
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
|
| 72 |
## License
|
| 73 |
|
|
|
|
| 64 |
|
| 65 |
## Accuracy
|
| 66 |
|
| 67 |
+
ADE20K val (2000 images), single scale:
|
| 68 |
+
|
| 69 |
+
| | mIoU |
|
| 70 |
+
|---|---|
|
| 71 |
+
| **LibreYOLO `model.val(data="ade20k.yaml")`** | **45.0** |
|
| 72 |
+
| Upstream authors, reported | 46.5 |
|
| 73 |
+
|
| 74 |
+
LibreYOLO's validator letterboxes to a fixed square canvas; the authors evaluate with a
|
| 75 |
+
ratio-preserving resize, which is worth roughly a point. The converted weights reproduce the
|
| 76 |
+
upstream model's logits **bit-exactly** (max abs difference 0.0 in float64), so any remaining
|
| 77 |
+
difference is evaluation protocol, not conversion.
|
| 78 |
|
| 79 |
## License
|
| 80 |
|