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
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
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
predict_system.py
utility.py Add device check in check_gpu (#11293) 2023-12-06 11:12:58 +08:00