Daniil-Domino commited on
Commit
0aa996c
·
verified ·
1 Parent(s): 2bfa14f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
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