Open zwx211 opened 1 month ago
The vbench standard prompt in here will not exceed the maximum value of file name length. But in case you have your own prompt and that is longer than 255, you can use these commands:
... --videos_path <path/to/video.mp4> --mode=custom_input --prompt <your prompt>
... --videos_path <path/to/video_dir> --mode=custom_input --prompt_file <path/to/json file that map filenames to prompts>
Thank you for your reply, but I have a new problem, I tried to run it and found that there are some metrics with negative scores, like temporal_style, is this as expected and what does the negative number mean?
Which dimension is it?
Great work, I would like to know does the name of the video have to be the same as the prompt If the prompt is exceptionally long and exceeds the maximum value of the video name how should it be executed?