From 27cf9f4fa54ed0965302507123d97a08f9e9031b Mon Sep 17 00:00:00 2001 From: David Hovstadius Date: Wed, 30 Oct 2024 13:17:53 +0100 Subject: [PATCH] Updated name of model --- client/global_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/global_config.yaml b/client/global_config.yaml index 5a75a2e..609ac8c 100644 --- a/client/global_config.yaml +++ b/client/global_config.yaml @@ -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