sceneReco
sceneReco copied to clipboard
which vector represents the image with bounding boxes?
I want to know which vector represents the image with bounding boxes. With text_recs (which is the coordinates of bounding boxes),What method do you use to draw a tilted rectangle?
./ctpn/src/other.py draw_boxes (leftup rightup leftdown rightdown)
I found it, thank you!