torralba-lab / im2recipe

Code supporting the CVPR 2017 paper "Learning Cross-modal Embeddings for Cooking Recipes and Food Images"
MIT License
365 stars 89 forks source link

File data/remove1M.txt not found #2

Closed Cadene closed 7 years ago

Cadene commented 7 years ago

Hi,

First of all, thanks for your release :)

I encountered some issue with the file mk_dataset.py at line 69.

I suppose that the file remove1M.txt was needed before your current release. I managed to run the code by commenting/modifying all the lines involving the variable remove_ids as told in the comments:

Could you please confirm that it should be done that way and that I am not missing something?

Thanks for your help ;D

amaiasalvador commented 7 years ago

Hi,

we have added the remove1M.txt file, which is required to ensure there are no duplicates between samples in different partitions.