Skip to content

Commit

Permalink
Updated name of model
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hovstadius committed Oct 30, 2024
1 parent c200a15 commit 27cf9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/global_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configuration for YOLOv8 Model and Dataset Paths
# Adjust settings here to define model size, class details, and dataset paths

model_size: nano # Options: nano, small, medium, large, extra-large
model_size: nano # Options: nano, small, medium, large, x-large
num_classes: 3 # Number of classes
class_names: ['Class 1', 'Class 2', 'Class 3'] # A list of class names

Expand Down

0 comments on commit 27cf9f4

Please sign in to comment.