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
|
|
@ -72,7 +72,7 @@ Before diving into the usage instructions for YOLOv8 model training with Weights
|
|||
|
||||
# Step 2: Define the YOLOv8 Model and Dataset
|
||||
model_name = "yolov8n"
|
||||
dataset_name = "coco128.yaml"
|
||||
dataset_name = "coco8.yaml"
|
||||
model = YOLO(f"{model_name}.pt")
|
||||
|
||||
# Step 3: Add W&B Callback for Ultralytics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue