You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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} ...")
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: