keremberke commited on
Commit
06b59cb
1 Parent(s): 93c01de

add ultralytics model card

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,7 +10,7 @@ tags:
10
  - pytorch
11
 
12
  library_name: ultralytics
13
- library_version: 8.0.8
14
  inference: false
15
 
16
  datasets:
@@ -29,7 +29,7 @@ model-index:
29
 
30
  metrics:
31
  - type: precision # since mAP@0.5 is not available on hf.co/metrics
32
- value: 0.41547 # min: 0.0 - max: 1.0
33
  name: mAP@0.5(box)
34
  ---
35
 
@@ -48,7 +48,7 @@ model-index:
48
  - Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus):
49
 
50
  ```bash
51
- pip install -U ultralyticsplus
52
  ```
53
 
54
  - Load model and perform prediction:
 
10
  - pytorch
11
 
12
  library_name: ultralytics
13
+ library_version: 8.0.14
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.81163 # min: 0.0 - max: 1.0
33
  name: mAP@0.5(box)
34
  ---
35
 
 
48
  - Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus):
49
 
50
  ```bash
51
+ pip install ultralyticsplus==0.0.17
52
  ```
53
 
54
  - Load model and perform prediction: