Update training

This commit is contained in:
2025-12-10 15:46:26 +02:00
parent f719c7ec40
commit 5d196c3a4a
5 changed files with 1534 additions and 18 deletions

View File

@@ -55,6 +55,7 @@ class YOLOWrapper:
save_dir: str = "data/models",
name: str = "custom_model",
resume: bool = False,
callbacks: Optional[Dict[str, Callable]] = None,
**kwargs,
) -> Dict[str, Any]:
"""
@@ -69,6 +70,7 @@ class YOLOWrapper:
save_dir: Directory to save trained model
name: Name for the training run
resume: Resume training from last checkpoint
callbacks: Optional Ultralytics callback dictionary
**kwargs: Additional training arguments
Returns: