-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Open
Labels
Description
System Info
Should temporal_patch_size be used instead of merge_size for the timestamp calculation in this context?
| self.video_processor.merge_size, |
Who can help?
No response
Information
- The official example scripts
- My own modified scripts
Tasks
- An officially supported task in the
examplesfolder (such as GLUE/SQuAD, ...) - My own task or dataset (give details below)
Reproduction
None
Expected behavior
curr_timestamp = self._calculate_timestamps(
metadata.frames_indices,
metadata.fps,
self.video_processor.temporal_patch_size,
)