Add RecResizeNormImg in Rec Transform to manage padding and norm in resize, add yaml of crnn for server version [WIP]
Thank you for your contribution to the MindOCR repo. Before submitting this PR, please make sure:
- [x] You have read the Contributing Guidelines on pull requests
- [x] Your code builds clean without any errors or warnings
- [x] You are using approved terminology
- [ ] You have added unit tests
Motivation
Develop landable version of CRNN.
Test Plan
(How should this PR be tested? Do you require special setup to run the test or repro the fixed bug?)
Related Issues and PRs
(Is this PR part of a group of changes? Link the other relevant PRs and Issues here. Use https://help.github.com/en/articles/closing-issues-using-keywords for help on GitHub syntax)
Please report the results for crnn server version and upload the checkpoint and mindir.
Please report the results for crnn server version and upload the checkpoint and mindir.
因為server version model暫時只有一個,沒有單獨開一個section去描述,目前是把結果append在原來的表格後面,用num_classes予以區分。