jazzsaxmafia / Weakly_detector

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

IOError: [Errno 2] No such file or directory: '../data/caffe_layers_value.pickle' #8

Closed rambow330 closed 7 years ago

rambow330 commented 7 years ago

File "train.caltech.py", line 67, in detector = Detector(weight_path, n_labels) File "/home/spark/Weakly_detector/src/detector.py", line 10, in init with open(weight_file_path) as f: IOError: [Errno 2] No such file or directory: '../data/caffe_layers_value.pickle'

can you tell me how to slove this? thanks

alseambusher commented 7 years ago

Use VGG shared by the developer and place it in the data folder.

panyongfeng commented 2 years ago

the link is broken, can you share it again, thanks