maszhongming / Multi-LoRA-Composition

Repository for the Paper "Multi-LoRA Composition for Image Generation"
425 stars 45 forks source link

[Explanation of evaluation] does not work and gpt4v will not ouput why. #8

Closed YY-Wei closed 5 months ago

YY-Wei commented 5 months ago

It seems that Explanation of evaluation in gpt4v.py cannot work, gpt4v will not output why.

maszhongming commented 5 months ago

gpt4v.py takes 3 images generated by Merge, Switch, and Composite respectively as input. It then performs 4 comparative evaluations (Merge vs. Switch, Switch vs. Merge, Merge vs. Composite, and Composite vs. Merge) to calculate a score for each image.

For explanations of evaluation, you can refer to evaluate.py and eval.sh.