From b746fd55c5767a48780ca17c951192f6859bd3d1 Mon Sep 17 00:00:00 2001 From: stevlan Date: Sun, 29 Sep 2024 12:58:21 -0400 Subject: [PATCH] Steven commit --- SoccerAnalysis/basicSoccerNet/soccerNet.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SoccerAnalysis/basicSoccerNet/soccerNet.py b/SoccerAnalysis/basicSoccerNet/soccerNet.py index 34df5a9..afd2b72 100644 --- a/SoccerAnalysis/basicSoccerNet/soccerNet.py +++ b/SoccerAnalysis/basicSoccerNet/soccerNet.py @@ -72,3 +72,7 @@ def load_detections_from_pickle(pickle_file_path): cap.release() out.release() print(f"Processed video saved to {TARGET_VIDEO_PATH}") + + + +# Steven's comment