↓ 2 callersFunctionpolygon_from_points Returns a Polygon object to use with the Polygon2 class from a list of 8 points: x1,y1,x2,y2,x3,y3,x4,y4
Algorithm_IoU.py:63
Functionget_tl_line_values_from_file_contents Returns all points, confindences and transcriptions of a file in lists. Valid line formats: xmin,ymin,xmax,ymax,[confidence],[transcription]
rrc_evaluation_funcs.py:281