diff --git a/src/botsort.py b/src/botsort.py index b66ef917..de425f84 100644 --- a/src/botsort.py +++ b/src/botsort.py @@ -13,7 +13,7 @@ def get_data_yolov8(source_mov: str, model_path: str): Returns: dict: Contains 'basketball_data' and 'person_data'. """ - +#testcomment # Load the YOLOv8 model model = YOLO(model_path)