KillD00zer commited on
Commit
8941bc3
·
verified ·
1 Parent(s): 009434b

Update objec_detect_yolo.py

Browse files
Files changed (1) hide show
  1. objec_detect_yolo.py +0 -2
objec_detect_yolo.py CHANGED
@@ -1,4 +1,3 @@
1
- --- START OF FILE objec_detect_yolo.py ---
2
 
3
  import cv2
4
  import numpy as np
@@ -214,4 +213,3 @@ def detection(path: str) -> Tuple[Set[str], str]:
214
  # else:
215
  # print(f"Error: Input video file not found - {test_video}")
216
 
217
- --- END OF FILE objec_detect_yolo.py ---
 
 
1
 
2
  import cv2
3
  import numpy as np
 
213
  # else:
214
  # print(f"Error: Input video file not found - {test_video}")
215