Commit
·
e4fe0a0
1
Parent(s):
d42ce71
add ultralytics model card
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
- pytorch
|
| 11 |
- awesome-yolov8-models
|
| 12 |
library_name: ultralytics
|
| 13 |
-
library_version: 8.0.
|
| 14 |
inference: false
|
| 15 |
|
| 16 |
datasets:
|
|
@@ -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:
|
|
|
|
| 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:
|