Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About use_multi_images_for_video #29

Open
yuezih opened this issue Mar 13, 2025 · 0 comments
Open

About use_multi_images_for_video #29

yuezih opened this issue Mar 13, 2025 · 0 comments

Comments

@yuezih
Copy link

yuezih commented Mar 13, 2025

I noticed that when setting use_multi_images_for_video to True, the input video frames seem to be repeated.

        if self.video_sampling_strategy.get('use_multi_images_for_video', False):
            new_frames = []
            for f in frames:
                new_frames.extend([f, f])
            frames = new_frames

As a result, setting n_frames to 16 leads to 32 images fed into the model.

Could you please tell me what the purpose of this operation is? Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant