adityaeucloid
commited on
Commit
•
cf869d4
1
Parent(s):
ea7cfa1
add ultralytics model card
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
- pytorch
|
11 |
|
12 |
library_name: ultralytics
|
13 |
-
library_version: 8.0.
|
14 |
inference: false
|
15 |
|
16 |
model-index:
|
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
|
22 |
metrics:
|
23 |
- type: precision # since [email protected] is not available on hf.co/metrics
|
24 |
-
value: 0.
|
25 |
name: [email protected](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.
|
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 [email protected] is not available on hf.co/metrics
|
24 |
+
value: 0.02602 # min: 0.0 - max: 1.0
|
25 |
name: [email protected](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:
|