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
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 ).
The text was updated successfully, but these errors were encountered:
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:
and for ICDAR2015IST the format is:
The text was updated successfully, but these errors were encountered: