PaddleOCR/tools
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
..
end2end
infer Optimize prediction on long image and deduplicate similar boxes with multiple lables (#11366) 2023-12-21 10:32:42 +08:00
__init__.py
eval.py clear fluid (#10333) 2023-07-10 14:12:40 +08:00
export_center.py Toward Devkit Consistency (#10150) 2023-06-14 14:31:45 +08:00
export_model.py [New] add rec CPPD model (#10990) 2023-09-25 15:43:45 +08:00
infer_cls.py
infer_det.py Toward Devkit Consistency (#10150) 2023-06-14 14:31:45 +08:00
infer_e2e.py
infer_kie.py
infer_kie_token_ser.py
infer_kie_token_ser_re.py fix re inference error (#8473) 2022-12-01 09:52:03 +08:00
infer_rec.py add svtr large model (#10937) 2023-09-26 14:38:29 +08:00
infer_sr.py
infer_table.py
program.py Dygraph fix max_mem_reserved for benchmark (#11341) 2023-12-05 14:55:38 +08:00
test_hubserving.py
train.py support eval pre epoch (#11003) 2023-09-26 18:50:42 +08:00