jazzsaxmafia / Weakly_detector

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

What's the model_path??? #3

Open guanghuixu opened 8 years ago

guanghuixu commented 8 years ago

What's the model_path??? The code : model_path = '/home/xxx/' is enough ??? Maybe is it a type of .tfmodel or .caffemodel??? For exampel, the code maight : mdoel_path=''/home/xxx/vgg16.tfmodel'???

guanghuixu commented 8 years ago

Can you provide the pretrain model ??? Thank you very much !!!

scott-vsi commented 7 years ago

test.caltech.py fails on line 36 when it tries to load the model, which is

model_path = '../models/caltech256/model-4'

It looks like you added the models directory to your .gitignore file. Would you mind adding it to the repo please? Thanks!

MasoodK commented 7 years ago

FYI https://github.com/jazzsaxmafia/Weakly_detector/issues/5#issuecomment-318844699