facebookresearch / DCI

Densely Captioned Images (DCI) dataset repository.
Other
159 stars 5 forks source link

Reproducing evaluation #15

Open YovaKem opened 3 months ago

YovaKem commented 3 months ago

I am finding it very hard to get the evaluations to run. I had to make an educated guess about the intended structure of the data folder, because there were some inconsistencies, install some missing packages, appended some sys paths where they were missing so imports would work smoothly, and I am now stuck here: When I try to run reproduction/densely_captioned_images/repro/eval/run_full_evals.py I get Primary config directory not found. Check that the config directory .../hydra_configs exists and when I try to run reproduction/densely_captioned_images/repro/eval/sweeps/eval_sweep_all.py I get No such file or directory: '...DCI/used_models.txt' What is the intended content of the hydra_configs or used_models.txt? Thanks.