Skip to content

[Feature] how to get text-detection contours,not bounding box? #2882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
a819411321 opened this issue Feb 13, 2025 · 0 comments
Open

[Feature] how to get text-detection contours,not bounding box? #2882

a819411321 opened this issue Feb 13, 2025 · 0 comments

Comments

@a819411321
Copy link

Motivation

I think mmdeploy_point_t should be contours,not four points.
In many cases, we do not directly use text recognition after text detection.
The text recognition model has good recognition performance for non curved text, but poor recognition performance for curved text. Therefore, when performing text recognition on a curved section of text, it is best to first remove the curvature. However, the current text detection results only return the coordinates of four points in the text area. In many cases, it is not possible to correct curved text based on these four points, so contour information of the text is required.

Related resources

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant