Skip to content
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

[Model] PGNet Model Support #750

Open
wxsIcey opened this issue Oct 23, 2024 · 0 comments
Open

[Model] PGNet Model Support #750

wxsIcey opened this issue Oct 23, 2024 · 0 comments

Comments

@wxsIcey
Copy link

wxsIcey commented Oct 23, 2024

  1. Background
    MindOCR currently does not support end-to-end detection and recognition models, I hope to solve this problem by contributing a PGNet model.

  2. Model Introduction
    Existing text recognizers are mostly built on two-stage frameworks or character-based methods, which suffer from non-maximum suppression (NMS), region of interest (RoI) operations or character-level annotations. To solve the above problems, PGNets uses a novel fully convolutional point collection network for reading arbitrary-shaped text in real time.

  3. Reference Papers
    PGNet: Real-time Arbitrarily-Shaped Text Spotting with Point Gathering Network Pengfei Wang, Chengquan Zhang, FeiQi, Shanshan Liu, Xiaoqiang Zhang, Pengyuan Lyu, Junyu Han, Jingtuo Liu, Errui Ding, Guangming Shi AAAI, 2021

  4. Expectations
    I'd like to get the community's comments, suggestions, and related reference documents or PRs.

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