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

Cogvideo2B score #61

Open
CacacaLalala opened this issue Aug 23, 2024 · 7 comments
Open

Cogvideo2B score #61

CacacaLalala opened this issue Aug 23, 2024 · 7 comments
Assignees

Comments

@CacacaLalala
Copy link

Hi, I see that the total score of cogvideo2B on Leaderboard is 80.94%, but after I use all_dimension_long. txt to inference, the total score measured is only 78.68%.
The video I produced with cogvideo2B was 8 frame rate, 6s length, and 480x720 resolution.
May I ask why my test result is so much lower than that on the leaderboard?
Looking forward to your reply,thanks a lot

@ziqihuangg
Copy link
Contributor

Could you provide the details of the model checkpoint and sampling setting?

@CacacaLalala
Copy link
Author

Could you provide the details of the model checkpoint and sampling setting?

Model weights are download from https://huggingface.co/THUDM/CogVideoX-2b/tree/main here
Inference code is inference/cli_demo.py from Cogvideo2B repo
And sampling setting is the default setting, I only change some dir path

@DZY-irene
Copy link
Collaborator

Could you provide the details of the model checkpoint and sampling setting?

Model weights are download from https://huggingface.co/THUDM/CogVideoX-2b/tree/main here Inference code is inference/cli_demo.py from Cogvideo2B repo And sampling setting is the default setting, I only change some dir path

Hello, here are our settings for sampling CogVideoX-2B (last line): https://github.com/Vchitect/VBench/tree/master/sampled_videos#what-are-the-details-of-the-video-generation-models. We use the SAT weights to sample videos for evaluation.

@DZY-irene
Copy link
Collaborator

Could you provide the details of the model checkpoint and sampling setting?

Model weights are download from https://huggingface.co/THUDM/CogVideoX-2b/tree/main here Inference code is inference/cli_demo.py from Cogvideo2B repo And sampling setting is the default setting, I only change some dir path

And for evaluation, we use the VBench-long code to evaluate sampled videos.

@CacacaLalala
Copy link
Author

Hi, I also tried the sat weights to sample videos, and got a new result 79.75% which is still much lower than the report result.
For evaluation, I still use the old evaluation code, could these cause problem? Since the only difference between using the longer txt and the original is the length of the prompt

@ziqihuangg
Copy link
Contributor

What prompt list did you use?

@CacacaLalala
Copy link
Author

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