PKU-YuanGroup/Video-LLaVA

推理多张图片时报错 IndexError: list index out of range

Qinger27 opened this issue · 1 comments

我想在一个脚本中测试多个image,但是只有第一张图片可以正常获得推理结果,测试第二张时就会出现下面的问题:
cur_image_features = image_features[cur_image_idx]
IndexError: list index out of range
可以帮忙看一下吗?感谢!

Check out #40 (comment) in case it helps.