mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-25 09:57:51 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user