Datasets:
missing single_cls=true
Browse files
README.md
CHANGED
@@ -221,7 +221,7 @@ To train a YOLO model using the Ultralytics framework, the dataset must be struc
|
|
221 |
Install the Ultralytics YOLO framework and train the model:
|
222 |
```bash
|
223 |
pip install ultralytics
|
224 |
-
yolo task=detect mode=train data=data.yaml model=yolov8n.pt epochs=50 imgsz=640
|
225 |
```
|
226 |
|
227 |
|
|
|
221 |
Install the Ultralytics YOLO framework and train the model:
|
222 |
```bash
|
223 |
pip install ultralytics
|
224 |
+
yolo task=detect mode=train data=data.yaml model=yolov8n.pt epochs=50 imgsz=640 single_cls=True
|
225 |
```
|
226 |
|
227 |
|