Q-Future / Q-Instruct

②[CVPR 2024] Low-level visual instruction tuning, with a 200K dataset and a model zoo for fine-tuned checkpoints.
https://q-future.github.io/Q-Instruct/
Other
205 stars 9 forks source link

Error when using internlm_xcomposer_vl to eval image quality #21

Open rayquazaMega opened 7 months ago

rayquazaMega commented 7 months ago

Line 48 Q-Instruct-main/eval_scripts/internlm_xcomposer_vl/eval_image_quality.py prompt_segs = text.split('<ImageHere>') However the text is "Rate the quality of the image." (Line 73) This leads to the error : prompt_seg_embs = [prompt_seg_embs[0], img_embeds, prompt_seg_embs[1]] IndexError: list index out of range