From 8977438ebedb8eb4853c7807f9c6a2627630c408 Mon Sep 17 00:00:00 2001 From: mahithapen Date: Sun, 15 Oct 2023 15:05:18 -0400 Subject: [PATCH] testcommentmahi --- src/botsort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)