AvoCahDoe commited on
Commit
36e7980
·
verified ·
1 Parent(s): 858b7b2

Upload metrics/comparison_report.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. metrics/comparison_report.md +21 -0
metrics/comparison_report.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Invoice Layout YOLO — Model Comparison
2
+
3
+ ## Ranked by test mAP50
4
+
5
+ | Rank | Model | test mAP50 | test mAP50-95 | val mAP50 | Precision | Recall |
6
+ |------|-------|------------|---------------|-----------|-----------|--------|
7
+ | 1 | yolov8n | 0.9600 | 0.7167 | 0.8824 | 0.9502 | 0.9592 |
8
+ | 2 | yolov8s | 0.9006 | 0.6739 | 0.8580 | 0.9419 | 0.8677 |
9
+ | 3 | yolov8x | 0.8757 | 0.6224 | 0.8798 | 0.9144 | 0.8735 |
10
+ | 4 | yolo11x | 0.8738 | 0.6127 | 0.8944 | 0.9484 | 0.8530 |
11
+ | 5 | yolo11m | 0.8418 | 0.4926 | 0.8824 | 0.9033 | 0.8466 |
12
+ | 6 | yolov8m | 0.8388 | 0.5289 | 0.8646 | 0.9077 | 0.8580 |
13
+
14
+ ## Per-model run directories
15
+
16
+ - **yolov8n**: `E:\invoice-extractor\training_model\runs\comparison\yolov8n`
17
+ - **yolov8s**: `E:\invoice-extractor\training_model\runs\comparison\yolov8s`
18
+ - **yolov8m**: `E:\invoice-extractor\training_model\runs\comparison\yolov8m`
19
+ - **yolo11m**: `E:\invoice-extractor\training_model\runs\comparison\yolo11m`
20
+ - **yolov8x**: `E:\invoice-extractor\training_model\runs\comparison\yolov8x`
21
+ - **yolo11x**: `E:\invoice-extractor\training_model\runs\comparison\yolo11x`