sceneReco icon indicating copy to clipboard operation
sceneReco copied to clipboard

which vector represents the image with bounding boxes?

Open lanyuelvyun opened this issue 7 years ago • 2 comments

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?

lanyuelvyun avatar Jul 07 '17 02:07 lanyuelvyun

./ctpn/src/other.py draw_boxes (leftup rightup leftdown rightdown)

bear63 avatar Jul 07 '17 06:07 bear63

I found it, thank you!

lanyuelvyun avatar Jul 07 '17 08:07 lanyuelvyun