Update script.py
Browse files
script.py
CHANGED
@@ -7,8 +7,6 @@ The approved model is `yolov8m` from Ulytralytics.
|
|
7 |
|
8 |
Your predictions must be in a label_field called "predictions" in the dataset.
|
9 |
|
10 |
-
You may pass your final selection of hyperparameters as keyword arguments in the load_zoo_model function.
|
11 |
-
|
12 |
See here for more details about hyperparameters for this model: https://docs.ultralytics.com/modes/train/#train-settings
|
13 |
|
14 |
"""
|
|
|
7 |
|
8 |
Your predictions must be in a label_field called "predictions" in the dataset.
|
9 |
|
|
|
|
|
10 |
See here for more details about hyperparameters for this model: https://docs.ultralytics.com/modes/train/#train-settings
|
11 |
|
12 |
"""
|