QwenLM / Qwen-VL

The official repo of Qwen-VL (通义千问-VL) chat & pretrained large vision language model proposed by Alibaba Cloud.
Other
4.27k stars 327 forks source link

[BUG] 在利用vl-plus的api进行图片总结时,如果多张图片名称相同,只会按照第一张图片内容进行总结 #410

Open 1170300625 opened 4 weeks ago

1170300625 commented 4 weeks ago

是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?

该问题是否在FAQ中有解答? | Is there an existing answer for this in FAQ?

当前行为 | Current Behavior

在进行图片总结时,我发现如果上传的多张图片名称相同,则只会按照第一张图片内容进行总结。下面是几个例子, image image

期望行为 | Expected Behavior

No response

复现方法 | Steps To Reproduce

No response

运行环境 | Environment

- OS:
- Python:
- Transformers:
- PyTorch:
- CUDA (`python -c 'import torch; print(torch.version.cuda)'`):

备注 | Anything else?

No response