microsoft / LLaVA-Med

Large Language-and-Vision Assistant for Biomedicine, built towards multimodal GPT-4 level capabilities.
Other
1.29k stars 148 forks source link

Evaluation images not in llava_med_image_urls.jsonl? #33

Open remvanthull opened 7 months ago

remvanthull commented 7 months ago

It appears to me that the images referenced in data/eval/llava_med_eval_qa50_qa.jsonl are not inside the llava_med_image_urls.jsonl, causing them to not be downloaded to the data/images folder when executing download_images.py, is that correct? And if yes, is there another way to obtain these images?

yihp commented 5 months ago

@remvanthull Hello, I also encountered the same problem, have you solved it?

LiangXin1001 commented 5 months ago

Hello, I also encountered the same problem, have you solved it?

LiangXin1001 commented 5 months ago

There are zip files of the pictures in this repository, so you can download them yourself! https://github.com/LiangXin1001/LLaVA_Med_qa50_images/tree/main

yihp commented 5 months ago

@LiangXin1001 thank u