diff --git a/SoccerAnalysis/basicSoccerNet/soccerNet.py b/SoccerAnalysis/basicSoccerNet/soccerNet.py index 34df5a90..a400354d 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}") + + +# My name is Trevor Gergics and my favorite animal is the tiger \ No newline at end of file