dBeker / Faster-RCNN-TensorFlow-Python3

Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7)
MIT License
609 stars 329 forks source link

OSError: output\vgg16\voc_2007_trainval+voc_2012_trainval\default\vgg16_faster_rcnn_iter_70000.ckpt.meta not found. Did you download the proper networks from our server and place them properly? #33

Closed lccate closed 5 years ago

lccate commented 6 years ago

I have already trained the train.py, when I open demo.py and run, the error occurs: OSError: output\vgg16\voc_2007_trainval+voc_2012_trainval\default\vgg16_faster_rcnn_iter_70000.ckpt.meta not found. Did you download the proper networks from our server and place them properly? do you know that?

MulinYu commented 6 years ago

How do you solve this problem?pls tell me.

lccate commented 6 years ago

make a new file output\vgg16\voc_2007_trainval+voc_2012_trainval\default\ by yourself

guanzy2012 commented 6 years ago

where did you make this new file? Pls tell me

lccate commented 5 years ago

where did you make this new file? Pls tell me

make a new file output\vgg16\voc_2007_trainval+voc_2012_trainval\default\ by yourself

guanzy2012 commented 5 years ago

I have place them properly. Thank you.