Mateo commited on
Commit
986ffd1
·
verified ·
1 Parent(s): ad2469c

missing single_cls=true

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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