GXYM / TextBPN-Plus-Plus

Arbitrary Shape Text Detection via Boundary Transformer;The paper at: https://arxiv.org/abs/2205.05320, which has been accepted by IEEE Transactions on Multimedia (T-MM 2023).
172 stars 37 forks source link

About the starting point (x0, y0) in the output file (x0,y0,x1,y1...) #4

Closed Randy-1009 closed 1 year ago

Randy-1009 commented 2 years ago

I'd like to know whether the starting point is random acquisition and then generate the remaining contour coordinates in anticlockwise order? After my test, it seems like this. Is there any way to make the starting point in the upper left corner of the text polygon, as indicated in the figure? Make the starting point of each text polygon at the position circled by the red box I look forward to and thank you in advance for your reply. image

GXYM commented 2 years ago

I'd like to know whether the starting point is random acquisition and then generate the remaining contour coordinates in anticlockwise order? After my test, it seems like this. Is there any way to make the starting point in the upper left corner of the text polygon, as indicated in the figure? Make the starting point of each text polygon at the position circled by the red box I look forward to and thank you in advance for your reply. image

Without extra information, I have not good idea to make the starting point in the upper left corner of the text polygon accurately. This is an unsolved problem for our method and the other methods.

GXYM commented 2 years ago

Welcome to provide solutions, and we will update our project in time if this problem is solved.

Randy-1009 commented 2 years ago

You are welcome to provide solutions, and I will update our project in time when this problem is solved.

I'll try to solve this problem, too. Thank you for your reply~ Have a nice day!