diff --git a/SoccerAnalysis/basicSoccerNet/soccerNet.py b/SoccerAnalysis/basicSoccerNet/soccerNet.py index 34df5a90..7cd0b839 100644 --- a/SoccerAnalysis/basicSoccerNet/soccerNet.py +++ b/SoccerAnalysis/basicSoccerNet/soccerNet.py @@ -72,3 +72,6 @@ def load_detections_from_pickle(pickle_file_path): cap.release() out.release() print(f"Processed video saved to {TARGET_VIDEO_PATH}") + + +# James's favorite animal is dog \ No newline at end of file