microsoft / LLaVA-Med

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

added data/download_images.py #98

Open ayyucedemirbas opened 1 month ago

ayyucedemirbas commented 1 month ago

This pull request adds the missing download_images.py script in the data/ directory, which was referenced in the README.md for downloading images from the URLs provided in llava_med_test_image_urls.jsonl. Without this script, users were unable to run the command as specified in the README.