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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -18,6 +18,9 @@ model-index:
18
  results:
19
  - task:
20
  type: object-classification
 
 
 
21
  metrics:
22
  - type: precision
23
  name: Precision
@@ -33,7 +36,11 @@ model-index:
33
  value: 0.789
34
  ---
35
 
36
- <details><summary>Metrics</summary>
 
 
 
 
37
 
38
  YOLO11m summary (fused): 303 layers, 20,037,742 parameters, 0 gradients, 67.7 GFLOPs
39
 
@@ -51,4 +58,15 @@ YOLO11m summary (fused): 303 layers, 20,037,742 parameters, 0 gradients, 67.7 GF
51
  | 50 EUR | 7 | 7 | 0.97 | 1 | 0.995 | 0.920 |
52
  | 100 EUR| 10 | 23 | 0.97 | 1 | 0.995 | 0.675 |
53
 
54
- </details>
 
 
 
 
 
 
 
 
 
 
 
 
18
  results:
19
  - task:
20
  type: object-classification
21
+ dataset:
22
+ type: banknotes
23
+ name: Banknotes
24
  metrics:
25
  - type: precision
26
  name: Precision
 
36
  value: 0.789
37
  ---
38
 
39
+ <div align="center">
40
+ <img width="80%" src="model_predictions/prediction_50 EUR_20240923_190943.jpg" alt="Output Example">
41
+ </div>
42
+
43
+ <details open><summary>Model Metrics</summary>
44
 
45
  YOLO11m summary (fused): 303 layers, 20,037,742 parameters, 0 gradients, 67.7 GFLOPs
46
 
 
58
  | 50 EUR | 7 | 7 | 0.97 | 1 | 0.995 | 0.920 |
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
+
72
+ </details>