Closed Cadene closed 7 years ago
Hi, thanks for letting us now!
For the dataset release images were arranged in a four-level hierarchy corresponding to the first four digits of the image id. For example: val/e/f/3/d/ef3dc0de11.jpg
mk_dataset.py
was modified accordingly in 6e96a6a.
Apologies for the inconvenience.
Thanks :)
Hi,
It's me again :)
I encountered a critical problem in
mk_dataset.py
line 176.The content of the variable
imname
is something like:../data/recipe1M/images/3e233001e2.jpg
.However, our images directory is structured that way:
Thus, I can't load any images and didn't figure by myself how to solve this problem. Is there a preprocessing to apply to the images raw directories that I have missed somewhere?
Just to give you an other info (maybe useless), I executed your script with the following arguments:
Thanks for your precious help.