jazzsaxmafia / Weakly_detector

Tensorflow implementation of "Learning Deep Features for Discriminative Localization"
361 stars 87 forks source link

download of caltech train, test and label_dict pickle #2

Open MammadTavakoli opened 8 years ago

MammadTavakoli commented 8 years ago

How can download the caltech 256 train, test and label_dict pickle?

jazzsaxmafia commented 8 years ago

They are created in the source code https://github.com/jazzsaxmafia/Weakly_detector/blob/master/src/train.caltech.py#L55

You need to download Caltech256 dataset first, and adjust the path of it accordingly like https://github.com/jazzsaxmafia/Weakly_detector/blob/master/src/train.caltech.py#L19

MartinThoma commented 8 years ago

Dowload for Caltech 256 (1.18 GB): http://academictorrents.com/details/7de9936b060525b6fa7f5d8aabd316637d677622

guanghuixu commented 8 years ago

what's the "model path" ??