Q-Instruct icon indicating copy to clipboard operation
Q-Instruct copied to clipboard

Error when using internlm_xcomposer_vl to eval image quality

Open rayquazaMega opened this issue 10 months ago • 0 comments

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

rayquazaMega avatar Apr 08 '24 14:04 rayquazaMega