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

imaging_quality #65

Open
yja1 opened this issue Sep 9, 2024 · 1 comment
Open

imaging_quality #65

yja1 opened this issue Sep 9, 2024 · 1 comment
Assignees

Comments

@yja1
Copy link

yja1 commented Sep 9, 2024

what's the process about 'imaging quality'. (how to eval imaging quality dimension about t2v model)
cannot find any code call imaging_quality.py compute_imaging_quality
and also cannot find prompt txt about imaging quality dimension on https://github.com/Vchitect/VBench/tree/master/prompts/prompts_per_dimension

@NattapolChan
Copy link
Collaborator

It will be imported here:

VBench/vbench/__init__.py

Lines 147 to 148 in 6617feb

dimension_module = importlib.import_module(f'vbench.{dimension}')
evaluate_func = getattr(dimension_module, f'compute_{dimension}')

and called in
results = evaluate_func(cur_full_info_path, self.device, submodules_list, **kwargs)
For the prompt, it uses the same prompt as overall_consistency.

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

2 participants