Upload folder using huggingface_hub
Browse files- VideoLoader.py +1 -1
VideoLoader.py
CHANGED
@@ -92,7 +92,7 @@ class VideoLoader:
|
|
92 |
}
|
93 |
height, width = self._get_output_dim(h, w)
|
94 |
# resize ##
|
95 |
-
print(
|
96 |
try:
|
97 |
cmd = (
|
98 |
ffmpeg.input(video_path)
|
|
|
92 |
}
|
93 |
height, width = self._get_output_dim(h, w)
|
94 |
# resize ##
|
95 |
+
print(h, w, fr)
|
96 |
try:
|
97 |
cmd = (
|
98 |
ffmpeg.input(video_path)
|