Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def auto_train():
|
|
| 63 |
|
| 64 |
# Determine the model name based on the selected size and task
|
| 65 |
model_type = "seg" if task == "Segmentation" else "cls"
|
| 66 |
-
model_name = f"yolov8{model_size
|
| 67 |
|
| 68 |
# Load and train the model
|
| 69 |
model = YOLO(model_name)
|
|
|
|
| 63 |
|
| 64 |
# Determine the model name based on the selected size and task
|
| 65 |
model_type = "seg" if task == "Segmentation" else "cls"
|
| 66 |
+
model_name = f"yolov8{model_size}-{model_type}.pt"
|
| 67 |
|
| 68 |
# Load and train the model
|
| 69 |
model = YOLO(model_name)
|