Guo Wanqi

Results 4 comments of Guo Wanqi

https://github.com/endernewton/tf-faster-rcnn/issues/171 basically edit tf-faster-rcnn/lib/datasets/voc_eval.py line121, change 'b' to 'wb' so it will become ``` with open(cachefile,'wb') as f ``` After you do that, it may throw you a new EOF...

Your error will disappear if you don't run the training with callbacks part. Just comment out ``` from keras import callbacks filename='model_train_new.csv' csv_log=callbacks.CSVLogger(filename, separator=',', append=False) early_stopping=callbacks.EarlyStopping(monitor='val_loss', min_delta=0, patience=0, verbose=0, mode='min')...

@jawieme the caffemodel is provided in the link already