PaddleOCR/tools/infer
marswen 0382bfb02d
Optimize prediction on long image and deduplicate similar boxes with multiple lables (#11366)
* Handle conflict where a box is simultaneously recognized as multiple labels

* Split large height image recursively and process each with overlap to enhance performance

* Fix error when dt_box result is empty

* Add split operation on horizon side

* Slide on horizon may suffer line completeness, so that add more strict condition.

* Optimize recognition of overlap boxes.
2023-12-21 10:32:42 +08:00
..
predict_cls.py polish kie doc and code (#7255) 2022-08-21 10:55:49 +08:00
predict_det.py Optimize prediction on long image and deduplicate similar boxes with multiple lables (#11366) 2023-12-21 10:32:42 +08:00
predict_e2e.py polish kie doc and code (#7255) 2022-08-21 10:55:49 +08:00
predict_rec.py fix SAR inference, when batch size>1, norm_img_batch and valid_ratios shapes do not match (#11238) 2023-11-15 10:02:03 +08:00
predict_sr.py polish kie doc and code (#7255) 2022-08-21 10:55:49 +08:00
predict_system.py Cherrypicking GH-10217 and GH-10216 to PaddlePaddle:dygraph (#10654) 2023-08-21 16:33:03 +08:00
utility.py Add device check in check_gpu (#11293) 2023-12-06 11:12:58 +08:00