Update objec_detect_yolo.py
Browse files- 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 |
|
|