Text-Detection-with-FRCN icon indicating copy to clipboard operation
Text-Detection-with-FRCN copied to clipboard

Cannot train new data

Open cttsp opened this issue 8 years ago • 1 comments

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 ?

cttsp avatar Feb 03 '17 11:02 cttsp

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

jugg1024 avatar Mar 15 '17 07:03 jugg1024