mvoelk / ssd_detectors

SSD-based object and text detection with Keras, SSD, DSOD, TextBoxes, SegLink, TextBoxes++, CRNN
MIT License
302 stars 85 forks source link

Is there a train code to train the entire end to end pipeline?? #28

Closed AyushP123 closed 5 years ago

AyushP123 commented 5 years ago

Hi, I was going through your code and wanted to ask, do we have to train SegLink and CRNN separately on our dataset or is there a code which does both simultaneously.

I also wanted to ask for ICDAR2015FST do I have to specify the bounding boxes as:

xmin, ymin, xmax, ymax

and for ICDAR2015IST the format is:

x1, y1, x2, y2, x3, y3, x4, y4 ( The 4 points of the box in the anti-clockwise direction ).

mvoelk commented 5 years ago

No, you have to train them separately.

Yes, see #12.