smallcorgi / Faster-RCNN_TF

Faster-RCNN in Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

DonghoonPark12 opened this issue · comments

@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 #75 (comment)