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

SV4D: Custom Video with more than 21 Frames #420

Open
Vinayak-VG opened this issue Oct 30, 2024 · 4 comments
Open

SV4D: Custom Video with more than 21 Frames #420

Vinayak-VG opened this issue Oct 30, 2024 · 4 comments

Comments

@Vinayak-VG
Copy link

SV4D: I have a video with around 50 frames. Is there anyway I can run SV4D on all the 50 frames at once? or do I need to run in batches?

@Provemj
Copy link

Provemj commented Nov 10, 2024

same

@zhongjianlittlejiang
Copy link

me too.

@ymxie97
Copy link
Collaborator

ymxie97 commented Dec 2, 2024

I responded to Vinayak via email, but I’m sharing the reply here for everyone’s reference:
You can still use mixed sampling to generate 50 frames. Here’s an example:

  1. Interleaved Sampling: Progressively generate anchor frames indexed as follows:
    [0, 4, 8, 12, 16, 20], [20, 24, 28, 32, 36, 40], [36, 40, 44, 48, 52]
    For each sub-list, generation can be conditioned on the first frame of that list (e.g., 0, 20, 36). To maintain the mixed sampling pattern, you’ll need to pad an additional three frames (50, 51, 52) with the last frame (49).

  2. Dense Sampling: Use dense sampling to generate all intermediate frames.

@yuhaoliu7456
Copy link

I responded to Vinayak via email, but I’m sharing the reply here for everyone’s reference: You can still use mixed sampling to generate 50 frames. Here’s an example:

  1. Interleaved Sampling: Progressively generate anchor frames indexed as follows:
    [0, 4, 8, 12, 16, 20], [20, 24, 28, 32, 36, 40], [36, 40, 44, 48, 52]
    For each sub-list, generation can be conditioned on the first frame of that list (e.g., 0, 20, 36). To maintain the mixed sampling pattern, you’ll need to pad an additional three frames (50, 51, 52) with the last frame (49).
  2. Dense Sampling: Use dense sampling to generate all intermediate frames.

I found that the dense sampling will cause blur and details lost.

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

5 participants