KillD00zer commited on
Commit
7393c02
·
verified ·
1 Parent(s): 7a58ba4

Update Fight_detec_func.py

Browse files
Files changed (1) hide show
  1. Fight_detec_func.py +0 -2
Fight_detec_func.py CHANGED
@@ -1,4 +1,3 @@
1
- --- START OF FILE Fight_detec_func.py ---
2
 
3
  import tensorflow as tf
4
  from frame_slicer import extract_video_frames
@@ -186,4 +185,3 @@ def fight_detec(video_path: str, debug: bool = True):
186
  # else:
187
  # print(f"Error: File not found - {test_video}")
188
 
189
- --- END OF FILE Fight_detec_func.py ---
 
 
1
 
2
  import tensorflow as tf
3
  from frame_slicer import extract_video_frames
 
185
  # else:
186
  # print(f"Error: File not found - {test_video}")
187