Rokyuto commited on
Commit
b083eaa
·
verified ·
1 Parent(s): 5b232da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -44,7 +44,7 @@ model-index:
44
 
45
  YOLO11m summary (fused): 303 layers, 20,037,742 parameters, 0 gradients, 67.7 GFLOPs
46
 
47
- | Class | Images | Instances | Box(P) | R | mAP50 | mAP50-95 |
48
  |--------|--------|-----------|---------|-------|-------|----------|
49
  | all | 110 | 256 | 0.969 | 0.977 | 0.989 | 0.801 |
50
  | 5 BGN | 10 | 35 | 0.969 | 0.9 | 0.975 | 0.712 |
@@ -59,13 +59,13 @@ YOLO11m summary (fused): 303 layers, 20,037,742 parameters, 0 gradients, 67.7 GF
59
  | 100 EUR| 10 | 23 | 0.97 | 1 | 0.995 | 0.675 |
60
 
61
  <div align="center">
62
- <img width="60%" src="model_performance/results.png" alt="Results">
63
- <img width="60%" src="model_performance/confusion_matrix_normalized.png" alt="Confusion Matrix Normalized">
64
- <img width="60%" src="model_performance/labels.jpg" alt="Labels">
65
- <img width="60%" src="model_performance/F1_curve.png" alt="F1 curve">
66
- <img width="60%" src="model_performance/P_curve.png" alt="P curve">
67
- <img width="60%" src="model_performance/R_curve.png" alt="R curve">
68
- <img width="60%" src="model_performance/PR_curve.png" alt="PR curve">
69
  </div>
70
 
71
 
 
44
 
45
  YOLO11m summary (fused): 303 layers, 20,037,742 parameters, 0 gradients, 67.7 GFLOPs
46
 
47
+ | Class | Images | Instances | Box(P) | R | mAP50 | mAP50-95) |
48
  |--------|--------|-----------|---------|-------|-------|----------|
49
  | all | 110 | 256 | 0.969 | 0.977 | 0.989 | 0.801 |
50
  | 5 BGN | 10 | 35 | 0.969 | 0.9 | 0.975 | 0.712 |
 
59
  | 100 EUR| 10 | 23 | 0.97 | 1 | 0.995 | 0.675 |
60
 
61
  <div align="center">
62
+ <img width="80%" src="model_performance/results.png" alt="Results">
63
+ <img width="80%" src="model_performance/confusion_matrix_normalized.png" alt="Confusion Matrix Normalized">
64
+ <img width="80%" src="model_performance/labels.jpg" alt="Labels">
65
+ <img width="80%" src="model_performance/F1_curve.png" alt="F1 curve">
66
+ <img width="80%" src="model_performance/P_curve.png" alt="P curve">
67
+ <img width="80%" src="model_performance/R_curve.png" alt="R curve">
68
+ <img width="80%" src="model_performance/PR_curve.png" alt="PR curve">
69
  </div>
70
 
71