Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mayer
CircularGreenSimCity
Commits
dda6b339
Commit
dda6b339
authored
Sep 21, 2024
by
Mayer
Browse files
Update python_scripts/DLM_Tree_Classification/DLM_training_script
parent
d0af6ca2
Changes
1
Show whitespace changes
Inline
Side-by-side
python_scripts/DLM_Tree_Classification/DLM_training_script
View file @
dda6b339
...
@@ -47,7 +47,7 @@ names: ['Großer Laubbaum',
...
@@ -47,7 +47,7 @@ names: ['Großer Laubbaum',
model
=
YOLO
(
"yolov8n.pt"
)
model
=
YOLO
(
"yolov8n.pt"
)
#
Train
the
model
#
Train
the
model
results
=
model
.
train
(
data
=
"sorted_images_YOLO_formatted/data/yolov8.yaml"
,
epochs
=
5
00
,
imgsz
=
200
,
cache
=
False
)
results
=
model
.
train
(
data
=
"sorted_images_YOLO_formatted/data/yolov8.yaml"
,
epochs
=
3
00
,
imgsz
=
200
,
cache
=
False
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment