Commit
·
ab96620
1
Parent(s):
392832f
Update README.md
Browse files
README.md
CHANGED
@@ -88,8 +88,6 @@ Users should be informed about the model's limitations and potential biases. Fur
|
|
88 |
## How to Get Started with the Model
|
89 |
To get started with the YOLOv8s object Detection and Classification model, follow these steps:
|
90 |
|
91 |
-
1. Install [ultralyticsplus](https://github.com/fcakyon/ultralyticsplus) and [ultralytics](https://github.com/ultralytics/ultralytics) libraries using pip:
|
92 |
-
|
93 |
```bash
|
94 |
pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
|
95 |
```
|
@@ -129,7 +127,6 @@ yolov8 train --data dataset.yaml --img 640 --batch -1 --weights foduucom/object_
|
|
129 |
|
130 |
|
131 |
|
132 |
-
|
133 |
### Compute Infrastructure
|
134 |
|
135 |
#### Hardware
|
|
|
88 |
## How to Get Started with the Model
|
89 |
To get started with the YOLOv8s object Detection and Classification model, follow these steps:
|
90 |
|
|
|
|
|
91 |
```bash
|
92 |
pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
|
93 |
```
|
|
|
127 |
|
128 |
|
129 |
|
|
|
130 |
### Compute Infrastructure
|
131 |
|
132 |
#### Hardware
|