About video input
- If I input every frame of this video by multiple-image input, is this somewhat equivalent to video input?
- How to control the fps of video input?
Hi,
You are right. We input the video by extracting frames into multiple images. Please refer to the usage example in README.md. You can set the number of video frames by setting num_segments.
Hi,
You are right. We input the video by extracting frames into multiple images. Please refer to the usage example in README.md. You can set the number of video frames by setting num_segments.
@yuecao0119 can this model acheive video grouding tasks? since i found the input don't have the fps or num_segments as an input
Hi,
You are right. We input the video by extracting frames into multiple images. Please refer to the usage example in README.md. You can set the number of video frames by setting num_segments.
Is there any best practice for sampling frame count for video understanding tasks? Or what is the maximum number of sampled frames for a video?