Text-Detection-with-FRCN
Text-Detection-with-FRCN copied to clipboard
Cannot train new data
Hi
I run you code: ./experiments/scripts/faster_rcnn_end2end.sh 0 VGG16 coco And have some bug: IOError: [Errno 2] No such file or directory: '/home/dsvn/workspace/Text-Detection-with-FRCN/py-faster-rcnn/data/coco/annotations/instances_train2014.json'
What should I do ?
I'm sorry to reply you so late, you should use
./experiments/scripts/faster_rcnn_end2end.sh 0 VGG16 pascal_voc
because training data are prepare in the format of pascal_voc although we use coco_text
currently, coco cannot be used