adityaeucloid commited on
Commit
cf869d4
1 Parent(s): ea7cfa1

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.239
14
  inference: false
15
 
16
  model-index:
@@ -21,7 +21,7 @@ model-index:
21
 
22
  metrics:
23
  - type: precision # since mAP@0.5 is not available on hf.co/metrics
24
- value: 0.73089 # min: 0.0 - max: 1.0
25
  name: mAP@0.5(box)
26
  ---
27
 
@@ -40,7 +40,7 @@ model-index:
40
  - Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus):
41
 
42
  ```bash
43
- pip install ultralyticsplus==0.0.29 ultralytics==8.0.239
44
  ```
45
 
46
  - Load model and perform prediction:
 
10
  - pytorch
11
 
12
  library_name: ultralytics
13
+ library_version: 8.0.238
14
  inference: false
15
 
16
  model-index:
 
21
 
22
  metrics:
23
  - type: precision # since mAP@0.5 is not available on hf.co/metrics
24
+ value: 0.02602 # min: 0.0 - max: 1.0
25
  name: mAP@0.5(box)
26
  ---
27
 
 
40
  - Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus):
41
 
42
  ```bash
43
+ pip install ultralyticsplus==0.0.29 ultralytics==8.0.238
44
  ```
45
 
46
  - Load model and perform prediction: