yangerkun / IJCAI2018_SSDH

Semantic Structure-based Unsupervised Deep Hashing IJCAI2018
42 stars 15 forks source link

VGG.npy #3

Open ximi2018 opened 4 years ago

ximi2018 commented 4 years ago

where is the vgg,npy?

yangerkun commented 4 years ago

You can download the vgg16.npy from here : https://mega.nz/#!YU1FWJrA!O1ywiCS2IiOlUCtCpI6HTJOMrneN-Qdv3ywQP5poecM

ximi2018 commented 4 years ago

Hello, there is no image_train.txt file in the mirflickr dataset I downloaded. Can you give me a nuswide and mirflickr link

yangerkun commented 4 years ago

Hello, there is no image_train.txt file in the mirflickr dataset I downloaded. Can you give me a nuswide and mirflickr link

As indicated by the Readme, image_train.txt only contains the image path and labels. I think you can create it easily.

ximi2018 commented 4 years ago

But the label and path in the code seem to be divided into two txt files

yangerkun commented 4 years ago

But the label and path in the code seem to be divided into two txt files

Yes, I check the code and they should be indicated in different files. I will correct it.