Skip to content

Commit 9c352fc

Browse files
committed
Fix
1 parent 394e43a commit 9c352fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/eval_mm/tasks/jic_vqa.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def get_domain_from_question(question):
4141
return domain
4242

4343
def download_image(url, image_id):
44+
# TODO: Multi-threading for faster download
4445
img_format = url.split(".")[-1]
4546
image_path = cache_dir / f"{image_id}.{img_format}"
4647
if image_path.exists():

0 commit comments

Comments
 (0)