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
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