ultralytics 8.2.2 replace COCO128 with COCO8 (#10167)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
626309d221
commit
1110258d37
43 changed files with 154 additions and 156 deletions
|
|
@ -67,7 +67,7 @@ Before diving into the usage instructions, be sure to check out the range of [YO
|
|||
model = YOLO('yolov8n.pt')
|
||||
|
||||
# Train the model
|
||||
results = model.train(data='coco128.yaml', epochs=100, imgsz=640)
|
||||
results = model.train(data='coco8.yaml', epochs=100, imgsz=640)
|
||||
```
|
||||
|
||||
Upon running the usage code snippet above, you can expect the following output:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue