Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ language:
|
|
| 7 |
base_model:
|
| 8 |
- Ultralytics/YOLO11
|
| 9 |
library_name: ultralytics
|
|
|
|
| 10 |
pipeline_tag: object-detection
|
| 11 |
tags:
|
| 12 |
- yolo
|
|
@@ -60,4 +61,12 @@ plt.figure(figsize=(15, 10))
|
|
| 60 |
plt.imshow(out_image)
|
| 61 |
plt.axis('off')
|
| 62 |
plt.show()
|
| 63 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
base_model:
|
| 8 |
- Ultralytics/YOLO11
|
| 9 |
library_name: ultralytics
|
| 10 |
+
library_version: 8.3.155
|
| 11 |
pipeline_tag: object-detection
|
| 12 |
tags:
|
| 13 |
- yolo
|
|
|
|
| 61 |
plt.imshow(out_image)
|
| 62 |
plt.axis('off')
|
| 63 |
plt.show()
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
# Metrics
|
| 67 |
+
Below are the key metrics from the model evaluation on the validation set:
|
| 68 |
+
|
| 69 |
+
- **Precision**: 0.929
|
| 70 |
+
- **Recall**: 0.937
|
| 71 |
+
- **mAP50**: 0.966
|
| 72 |
+
- **mAP50-95**: 0.725
|