yixin1121 commited on
Commit
3d99af0
·
verified ·
1 Parent(s): 3b78456

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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("Decoding video finished~")
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)