Update README.md
Browse files
README.md
CHANGED
@@ -20,11 +20,11 @@ This model was created with 100 epochs using CUDA 12.4 and Pytorch 2.6.0.
|
|
20 |
|
21 |
| Model | Precision (Epoch) | Recall (Epoch) | mAP50 (Epoch) | mAP50-95 (Epoch) |
|
22 |
| ----- | ----------------- | -------------- | ------------- | ---------------- |
|
23 |
-
|
|
24 |
-
|
|
25 |
-
|
|
26 |
-
|
|
27 |
-
|
|
28 |
|
29 |
|
30 |
Further results can be found in [Results Folder](https://huggingface.co/maco018/billboard-detection-Yolo12/tree/main/results).
|
|
|
20 |
|
21 |
| Model | Precision (Epoch) | Recall (Epoch) | mAP50 (Epoch) | mAP50-95 (Epoch) |
|
22 |
| ----- | ----------------- | -------------- | ------------- | ---------------- |
|
23 |
+
| YOLO_12n| 0.74539 (epoch: 56) | 0.67165 (epoch: 81) | 0.7079 (epoch: 70) | 0.42998 (epoch: 70) |
|
24 |
+
| YOLO_12s | 0.72631 (epoch: 33) | 0.67949 (epoch: 84) | 0.71221 (epoch: 70) | 0.43881 (epoch: 80) |
|
25 |
+
| YOLO_12m | 0.72904 (epoch: 53) | 0.67321 (epoch: 90) | 0.71937 (epoch: 74) | 0.43911 (epoch: 74) |
|
26 |
+
| YOLO_12l | 0.74444 (epoch: 94) | 0.6706 (epoch: 74) | 0.7145 (epoch: 79) | 0.4381 (epoch: 79) |
|
27 |
+
| YOLO_12x | 0.74258 (epoch: 80) | 0.68363 (epoch: 88) | 0.72273 (epoch: 76) | 0.45038 (epoch: 76) |
|
28 |
|
29 |
|
30 |
Further results can be found in [Results Folder](https://huggingface.co/maco018/billboard-detection-Yolo12/tree/main/results).
|