Weakly_detector
Weakly_detector copied to clipboard
What's the model_path???
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'???
Can you provide the pretrain model ??? Thank you very much !!!
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!
FYI https://github.com/jazzsaxmafia/Weakly_detector/issues/5#issuecomment-318844699