Video-LLaVA icon indicating copy to clipboard operation
Video-LLaVA copied to clipboard

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

Open Qinger27 opened this issue 10 months ago • 1 comments

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

Qinger27 avatar Apr 22 '24 06:04 Qinger27

Check out https://github.com/PKU-YuanGroup/Video-LLaVA/issues/40#issuecomment-2077800141 in case it helps.

josep-alana avatar Apr 25 '24 17:04 josep-alana