Commit dda6b339 authored by Mayer's avatar Mayer
Browse files

Update python_scripts/DLM_Tree_Classification/DLM_training_script

parent d0af6ca2
......@@ -47,7 +47,7 @@ names: ['Großer Laubbaum',
model = YOLO("yolov8n.pt")
# Train the model
results = model.train(data="sorted_images_YOLO_formatted/data/yolov8.yaml", epochs=500, imgsz=200, cache=False)
results = model.train(data="sorted_images_YOLO_formatted/data/yolov8.yaml", epochs=300, imgsz=200, cache=False)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment