@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
@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
@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_