way2016
Results
1
issues of
way2016
Seems that the calculation of polygon area is wrong: ( in icdar.py) def polygon_area(poly): edge = [ (poly[1][0] - poly[0][0]) * (poly[1][1] + poly[0][1]), (poly[2][0] - poly[1][0]) * (poly[2][1] +...