keremberke commited on
Commit
03066e2
1 Parent(s): 3f0449d

add ultralytics model card

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  - pytorch
11
  - awesome-yolov8-models
12
  library_name: ultralytics
13
- library_version: 8.0.20
14
  inference: false
15
 
16
  datasets:
@@ -29,10 +29,10 @@ model-index:
29
 
30
  metrics:
31
  - type: precision # since mAP@0.5 is not available on hf.co/metrics
32
- value: 0.82441 # min: 0.0 - max: 1.0
33
  name: mAP@0.5(box)
34
  - type: precision # since mAP@0.5 is not available on hf.co/metrics
35
- value: 0.8037 # min: 0.0 - max: 1.0
36
  name: mAP@0.5(mask)
37
  ---
38
 
@@ -51,7 +51,7 @@ model-index:
51
  - Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus):
52
 
53
  ```bash
54
- pip install ultralyticsplus==0.0.21
55
  ```
56
 
57
  - Load model and perform prediction:
 
10
  - pytorch
11
  - awesome-yolov8-models
12
  library_name: ultralytics
13
+ library_version: 8.0.21
14
  inference: false
15
 
16
  datasets:
 
29
 
30
  metrics:
31
  - type: precision # since mAP@0.5 is not available on hf.co/metrics
32
+ value: 0.85786 # min: 0.0 - max: 1.0
33
  name: mAP@0.5(box)
34
  - type: precision # since mAP@0.5 is not available on hf.co/metrics
35
+ value: 0.895 # min: 0.0 - max: 1.0
36
  name: mAP@0.5(mask)
37
  ---
38
 
 
51
  - Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus):
52
 
53
  ```bash
54
+ pip install ultralyticsplus==0.0.23 ultralytics==8.0.21
55
  ```
56
 
57
  - Load model and perform prediction: