Add PaddleOCRv3 & PaddleOCRv2 Support (#169)

* Add PaddleOCR Support

* Add PaddleOCR Support

* Add PaddleOCRv3 Support

* Add PaddleOCRv3 Support

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Add PaddleOCRv3 Support

* Add PaddleOCRv3 Supports

* Add PaddleOCRv3 Suport

* Fix Rec diff

* Remove useless functions

* Remove useless comments

* Add PaddleOCRv2 Support

* Add PaddleOCRv3 & PaddleOCRv2 Support

* remove useless parameters
This commit is contained in:
yunyaoXYY
2022-08-29 19:19:36 +08:00
committed by GitHub
parent cab8e408fa
commit 00e3a4ad99
15 changed files with 91 additions and 109 deletions
@@ -59,8 +59,8 @@ class PostProcessor {
const std::string &det_db_score_mode);
void FilterTagDetRes(
std::vector<std::vector<std::vector<int>>> *boxes, float ratio_h,
float ratio_w,
std::vector<std::vector<std::vector<int>>> *boxes, const float ratio_h,
const float ratio_w,
const std::map<std::string, std::array<float, 2>> &im_info);
private: