yehaochen jack-zxy commited on
Commit
d790aca
·
verified ·
1 Parent(s): 206cd5f

Update video_processing_interns1.py (#3)

Browse files

- Update video_processing_interns1.py (12a7333577bc5973254948bef5a0e9a04147ad07)


Co-authored-by: Zhou Xinyu <jack-zxy@users.noreply.huggingface.co>

Files changed (1) hide show
  1. video_processing_interns1.py +1 -0
video_processing_interns1.py CHANGED
@@ -148,6 +148,7 @@ class InternS1VideoProcessor(BaseVideoProcessor):
148
  initial_shift: Optional[Union[bool, float, int]] = None,
149
  return_tensors: Optional[Union[str, TensorType]] = None,
150
  device: Optional["torch.Tensor"] = None,
 
151
  ) -> BatchFeature:
152
  if do_sample_frames:
153
  # Sample video frames
 
148
  initial_shift: Optional[Union[bool, float, int]] = None,
149
  return_tensors: Optional[Union[str, TensorType]] = None,
150
  device: Optional["torch.Tensor"] = None,
151
+ **kwargs
152
  ) -> BatchFeature:
153
  if do_sample_frames:
154
  # Sample video frames