Closed linxid closed 1 year ago
Overall, 8 bezier control points for each text instance are required, you can refer to the link in ABCNet to generate Bezier-curve. Note that, please make sure the bbox is correct (there is a issue when processing the bbox in the provided code). The conversion for sampling points already lies in here.
I have an irregularly shaped marker that starts at the top of the text box instead of the top left corner. How can I generate Bezier-curve in this case.
If the text is not highly curved, it doesn't matter to sample points on the axis-aligned bbox as boundary gt. Otherwise, it seems the shape of text cannot be accurately represented.
Can you provide app which you used for data markup, thanks?
This is a great job, Can you provide dataset conversion script, thanks.