lalalalalalalalalala
commited on
Commit
β’
d3db221
1
Parent(s):
9e8d03d
Update utils/video.py
Browse files- utils/video.py +1 -1
utils/video.py
CHANGED
@@ -37,7 +37,7 @@ def grid_sample(array, N, K):
|
|
37 |
@dataclass
|
38 |
class VideoProcessor:
|
39 |
frame_format: str = "JPEG"
|
40 |
-
frame_limit: int =
|
41 |
|
42 |
def _decode(self, video_path: str) -> List[Image.Image]:
|
43 |
frames = []
|
|
|
37 |
@dataclass
|
38 |
class VideoProcessor:
|
39 |
frame_format: str = "JPEG"
|
40 |
+
frame_limit: int = 1
|
41 |
|
42 |
def _decode(self, video_path: str) -> List[Image.Image]:
|
43 |
frames = []
|