jbdel / vilmedic

ViLMedic (Vision-and-Language medical research) is a modular framework for vision and language multimodal research in the medical field
MIT License
153 stars 20 forks source link

label_file dir in config.yml for mvqa/mvqa-imageclef #7

Closed maloyan closed 1 year ago

maloyan commented 1 year ago

So I've downloaded mvqa/mvqa-imageclef from zoo and it automatically put everythin in .cache dir as it should

The problem is that the config.yml contains absolute path for

label:
  label_file: /data/

So when I'm trying to load it, it's not looking in the .cache directory

jbdel commented 1 year ago

Hello,

Please excuse the delay in my response. Thanks for pointing that out, there is indeed a mistake in the code.

Could you git pull the updated code. Everything should be working (the config will now point to the labels.tok in your cache dir).

JB