Spaces:
Sleeping
Sleeping
Commit
·
2c5cace
1
Parent(s):
91258c3
remove debug print
Browse files- dataset_conversion.py +0 -1
dataset_conversion.py
CHANGED
|
@@ -30,7 +30,6 @@ def get_frame(
|
|
| 30 |
video_cache = {}
|
| 31 |
if video_path not in video_cache:
|
| 32 |
cap = cv2.VideoCapture(str(video_path))
|
| 33 |
-
print("new video!")
|
| 34 |
frames = []
|
| 35 |
while cap.isOpened():
|
| 36 |
success, frame = cap.read()
|
|
|
|
| 30 |
video_cache = {}
|
| 31 |
if video_path not in video_cache:
|
| 32 |
cap = cv2.VideoCapture(str(video_path))
|
|
|
|
| 33 |
frames = []
|
| 34 |
while cap.isOpened():
|
| 35 |
success, frame = cap.read()
|