Spaces:
Runtime error
Runtime error
Update frame_slicer.py
Browse files- frame_slicer.py +0 -2
frame_slicer.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
--- START OF FILE frame_slicer.py ---
|
| 2 |
|
| 3 |
import cv2
|
| 4 |
import numpy as np
|
|
@@ -123,4 +122,3 @@ def extract_video_frames(video_path, n_frames=30, frame_size=(96, 96)):
|
|
| 123 |
|
| 124 |
return final_frames
|
| 125 |
|
| 126 |
-
--- END OF FILE frame_slicer.py ---
|
|
|
|
|
|
|
| 1 |
|
| 2 |
import cv2
|
| 3 |
import numpy as np
|
|
|
|
| 122 |
|
| 123 |
return final_frames
|
| 124 |
|
|
|