PaddleOCR/ppocr/postprocess
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
..
pse_postprocess fix shape unmatch error 2022-07-04 04:26:54 +00:00
__init__.py [New] add rec CPPD model (#10990) 2023-09-25 15:43:45 +08:00
cls_postprocess.py add rotnet code (#6065) 2022-04-27 18:46:48 +08:00
ct_postprocess.py add centripetal text model 2022-09-15 11:08:16 +00:00
db_postprocess.py fix issue 9659 and doc (#8690) 2022-12-23 10:02:45 +08:00
drrg_postprocess.py support new version of numpy (#8921) 2023-01-30 16:05:14 +08:00
east_postprocess.py fix east post process of dygraph (#9099) 2023-02-16 12:33:29 +08:00
fce_postprocess.py support new version of numpy (#8921) 2023-01-30 16:05:14 +08:00
locality_aware_nms.py
pg_postprocess.py update pgnet 2022-09-05 09:06:17 +00:00
picodet_postprocess.py Optimize prediction on long image and deduplicate similar boxes with multiple lables (#11366) 2023-12-21 10:32:42 +08:00
rec_postprocess.py fix bug for rec_postprocess.py (#11389) 2023-12-19 11:06:25 +08:00
sast_postprocess.py [check_install] (#8177) 2022-11-15 14:25:39 +08:00
table_postprocess.py add "<td></td>" to dict when "<td></td>" not in file 2022-08-09 10:50:30 +00:00
vqa_token_re_layoutlm_postprocess.py fix bug 2022-09-21 17:50:50 +08:00
vqa_token_ser_layoutlm_postprocess.py add vqa code (#7096) 2022-08-06 15:41:20 +08:00