Xuban commited on
Commit
2f8d5f5
·
verified ·
1 Parent(s): da16b1a

Add measured ADE20K mIoU (LibreYOLO val protocol)

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -64,10 +64,17 @@ unchanged: the converted checkpoint reproduces upstream logits **bit-exactly**
64
 
65
  ## Accuracy
66
 
67
- Single-scale ADE20K val mIoU as reported by the SegFormer authors for this
68
- checkpoint: **46.5**. Numbers are the upstream authors', measured with their
69
- evaluation protocol; LibreYOLO's `val` uses a fixed-canvas letterbox and will
70
- not reproduce them exactly.
 
 
 
 
 
 
 
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