smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow
MIT License
2.34k stars 1.12k forks source link

@gdelab while testing,I have a problem about 'pickle'. so ,i change it to open files in byte as you put it,however, another question occured"Ran out of input": File "./faster_rcnn/../lib/datasets/voc_eval.py", line 123, in voc_eval #346

Closed DonghoonPark12 closed 5 years ago

DonghoonPark12 commented 5 years ago

@gdelab while testing,I have a problem about 'pickle'. so ,i change it to open files in byte as you put it,however, another question occured"Ran out of input": File "./faster_rcnn/../lib/datasets/voc_eval.py", line 123, in voc_eval with open(cachefile, 'rb') as f: recs = pickle.load(f,encoding='bytes') EOFError: Ran out of input

Have you meet this question?Thankyou very much!

_Originally posted by @sheirving in https://github.com/smallcorgi/Faster-RCNN_TF/issues/75#issuecomment-318814198_