keremberke
commited on
Commit
•
7f0abdf
1
Parent(s):
d38722c
add ultralytics model card
Browse files
README.md
CHANGED
@@ -8,9 +8,9 @@ tags:
|
|
8 |
- vision
|
9 |
- object-detection
|
10 |
- pytorch
|
11 |
-
|
12 |
library_name: ultralytics
|
13 |
-
library_version: 8.0.
|
14 |
inference: false
|
15 |
|
16 |
datasets:
|
@@ -29,7 +29,7 @@ model-index:
|
|
29 |
|
30 |
metrics:
|
31 |
- type: precision # since [email protected] is not available on hf.co/metrics
|
32 |
-
value: 0.
|
33 |
name: [email protected](box)
|
34 |
---
|
35 |
|
@@ -48,7 +48,7 @@ model-index:
|
|
48 |
- Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus):
|
49 |
|
50 |
```bash
|
51 |
-
pip install ultralyticsplus==0.0.
|
52 |
```
|
53 |
|
54 |
- Load model and perform prediction:
|
|
|
8 |
- vision
|
9 |
- object-detection
|
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 [email protected] is not available on hf.co/metrics
|
32 |
+
value: 0.83794 # min: 0.0 - max: 1.0
|
33 |
name: [email protected](box)
|
34 |
---
|
35 |
|
|
|
48 |
- Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus):
|
49 |
|
50 |
```bash
|
51 |
+
pip install ultralyticsplus==0.0.23 ultralytics==8.0.21
|
52 |
```
|
53 |
|
54 |
- Load model and perform prediction:
|