-
Notifications
You must be signed in to change notification settings - Fork 28
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
How to run inference for a new video? #7
Comments
Thanks for the question and suggestion! We will provide instructions for evaluating a new video soon. Currently, we enforce evaluation on the standard VBench prompt lists to ensure fair comparison among different video generation models. That's also why we give warnings when a required video is not found. This is done via defining the set of prompts in: https://github.com/Vchitect/VBench/blob/master/VBench_full_info.json |
Thank you very much for your great work! looking forward for instructions for evaluating a new video :) |
If I use my video name replace the prompts in "prompt_en" , but I can't supply the "auxiliary_info", will this have any impact? |
@moclimb Thank you for your interest in our work! In In |
Hi Yonatan, we now support evaluating user-customised videos: https://github.com/Vchitect/VBench?tab=readme-ov-file#new-evaluate-your-own-videos. You can do this by simply turning the This new feature now supports those "video quality" dimensions, like temporal consistency, and frame-wise quality. For dimensions that heavily rely on the text prompt, sometimes VBench utilize pre-defined metadata, like the color labels for objects associated with our pre-defined prompt list. Therefore, evaluating videos from user-customised prompts is not yet supported for these prompt-dependent dimensions, but we are working on it. We will gradually enable customised evaluation of more "video-text alignment" dimensions. |
I'm closing the issue, feel free to re-open it if you still encountered issues when evaluating new videos. |
Hello, i'm trying to run inference. I've installed the package. I've tried the code here.
I have a new directory of videos, called "videos".
When I try to run
I receive an error indicating that no data is found.
When I try through the code, I also get a long list of missing videos:
I guess that your code only supports your existing evaluated videos? And the instructions do not yet support inference on new videos?
The question is how can I run the evaluation for a new video + description. Thank you very much 🙏
The text was updated successfully, but these errors were encountered: