Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AyushP123 opened this issue Jul 22, 2019 · 1 comment
Closed

Comments

@AyushP123
Copy link

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
Copy link
Owner

mvoelk commented Jul 22, 2019

No, you have to train them separately.

Yes, see #12.

@mvoelk mvoelk closed this as completed Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants