We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394e43a commit 9c352fcCopy full SHA for 9c352fc
src/eval_mm/tasks/jic_vqa.py
@@ -41,6 +41,7 @@ def get_domain_from_question(question):
41
return domain
42
43
def download_image(url, image_id):
44
+ # TODO: Multi-threading for faster download
45
img_format = url.split(".")[-1]
46
image_path = cache_dir / f"{image_id}.{img_format}"
47
if image_path.exists():
0 commit comments