lelan-li / SSAH

Self-Supervised Adversarial Hashing Networks for Cross-Modal Retrieval(CVPR2018)
http://openaccess.thecvf.com/content_cvpr_2018/papers/Li_Self-Supervised_Adversarial_Hashing_CVPR_2018_paper.pdf
162 stars 51 forks source link

KeyError: Unable to open object (object 'images' doesn't exist) #1

Open li-pengcheng opened 6 years ago

li-pengcheng commented 6 years ago

I am intested in your contribution, but when run your repo, there is something wrong with the FLICKR-25K.mat: KeyError: Unable to open object (object 'images' doesn't exist)

I found that the FLICKR-25K.mat are generated automatically.

But when i download the file which your data.md mentioned, and put it under the ./data,I found it have another problem:

OSError: Unable to create file(unable to open file: name="./data/FLICKR-25K.mat",errno=17,error message='File exists', flages=15,o_flags=c2),

so could U please tell me how to run your code?