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

The number of samples #94

Closed
KasenYoung opened this issue Dec 31, 2024 · 1 comment
Closed

The number of samples #94

KasenYoung opened this issue Dec 31, 2024 · 1 comment
Assignees

Comments

@KasenYoung
Copy link

Thank you very much for this great work. I have a question: to evaluate on "temporal_flickering" dimension, how many samples do I need for each prompt? 40 or 5?

for i, prompt in enumerate(longer_prompt_list):

       original_prompt = original_prompt_list[i]
       samples_per_prompt = 40 if dimension=="temporal_flickering" else 5

       for ind in range(samples_per_prompt):
           print(f"Sampling {prompt} ...")

@ziqihuangg
Copy link
Contributor

For temporal flickering, we recommend sampling more than five videos per prompt (e.g., 40), and apply static filtering. From the filtered results, keep the first 5 filtered static videos for each prompt. The exact number of samples required may vary depending on the characteristics of the video generative model.

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

3 participants