You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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
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 ?
The text was updated successfully, but these errors were encountered: