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

Evaluation of True Videos #17

Closed
chenerg opened this issue Mar 14, 2024 · 4 comments
Closed

Evaluation of True Videos #17

chenerg opened this issue Mar 14, 2024 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@chenerg
Copy link

chenerg commented Mar 14, 2024

No description provided.

@ziqihuangg
Copy link
Contributor

Hi, thanks for your interest in our work. Could you let us know which step you get stuck at? We are happy to assist.

@ziqihuangg ziqihuangg added the help wanted Extra attention is needed label Mar 14, 2024
@chenerg
Copy link
Author

chenerg commented Mar 14, 2024

Yes, after download the VBench_full_info.json (not edited and I don't know what the content means), then I run
vbench evaluate --videos_path ./videos/ --dimension "imaging_quality",
Then I got
site-packages/vbench/imaging_quality.py", line 20, in technical_quality average_score = sum([o['video_results'] for o in video_results]) / len(video_results) ZeroDivisionError: division by zero

The reason is because the video_list inputed in the following
site-packages/vbench/imaging_quality.py", line 33, in compute_imaging_quality all_results, video_results = technical_quality(model, video_list, device)
is empty.

But under the given path ./videos/, there are hundreds of videos, I can't solve this.

@ziqihuangg
Copy link
Contributor

Can you provide ls ./videos?

@chenerg
Copy link
Author

chenerg commented Mar 14, 2024

OK, I know, it's about writing your own VBench_full.json ; My goal is not to evaluate AIGC generated videos but true videos, so I rewrite VBench module and it worked.

@chenerg chenerg closed this as completed Mar 14, 2024
@ziqihuangg ziqihuangg changed the title 也太难用了,有人跑成功过嘛? Too difficult to use. Has anyone succeeded in running it? Evaluation of True Videos Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants