endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.57k forks source link

while running demo.py: tensorflow.python.framework.errors_impl.OutOfRangeError: Read less bytes than requested in session .py #364

Closed Medj9 closed 6 years ago

Medj9 commented 6 years ago

When i run demo.py file i got the following error File "/home/kpit/Desktop/Faster_Rcnn_Tensorflow/Virtualenv_tensorflow/tensorflow/lib/python3.5/site-packages/tensorflow/python/framework/ops.py", line 1269, in init self._traceback = _extract_stack()

OutOfRangeError (see above for traceback): Read less bytes than requested [[Node: save/RestoreV2_529 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/cpu:0"](_arg_save/Const_0_0, save/RestoreV2_529/tensor_names, save/RestoreV2_529/shape_and_slices)]]

navinthenapster commented 5 years ago

may I know how you solved it

zhangbo2008 commented 5 years ago

i comeinto the same problem .how to solve?

zhangbo2008 commented 5 years ago

today, i redownload the model of ResNet(340mb) and solve the problem