DetectionTeamUCAS / RRPN_Faster-RCNN_Tensorflow

A tensorflow re-implementation of RRPN: Arbitrary-Oriented Scene Text Detection via Rotation Proposals.
254 stars 89 forks source link

issue about data preparation #30

Open gxwangupc opened 5 years ago

gxwangupc commented 5 years ago

How to get this data format?

3、data format

├── VOCdevkit │ ├── VOCdevkit_train │ ├── Annotation │ ├── JPEGImages │ ├── VOCdevkit_test │ ├── Annotation │ ├── JPEGImages

jxingm commented 5 years ago

Hi,have you figured it out? How to get the data format?

matt-sharp commented 3 years ago

Does this folder structure get created automatically by train_crop.py?