opencv/modules/dnn/test
Wenqing Zhang 22d64ae08f
Merge pull request #17570 from HannibalAPE:text_det_recog_demo
[GSoC] High Level API and Samples for Scene Text Detection and Recognition

* APIs and samples for scene text detection and recognition

* update APIs and tutorial for Text Detection and Recognition

* API updates:
(1) put decodeType into struct Voc
(2) optimize the post-processing of DB

* sample update:
(1) add transformation into scene_text_spotting.cpp
(2) modify text_detection.cpp with API update

* update tutorial

* simplify text recognition API
update tutorial

* update impl usage in recognize() and detect()

* dnn: refactoring public API of TextRecognitionModel/TextDetectionModel

* update provided models
update opencv.bib

* dnn: adjust text rectangle angle

* remove points ordering operation in model.cpp

* update gts of DB test in test_model.cpp

* dnn: ensure to keep text rectangle angle

- avoid 90/180 degree turns

* dnn(text): use quadrangle result in TextDetectionModel API

* dnn: update Text Detection API
(1) keep points' order consistent with (bl, tl, tr, br) in unclip
(2) update contourScore with boundingRect
2020-12-03 18:47:40 +00:00
..
cityscapes_semsegm_test_enet.py Misc. modules/ typos 2018-02-12 07:09:43 -05:00
imagenet_cls_test_alexnet.py python: better Python 3 support 2018-05-11 17:32:04 +03:00
imagenet_cls_test_googlenet.py Misc. modules/ typos 2018-02-12 07:09:43 -05:00
imagenet_cls_test_inception.py Misc. modules/ typos 2018-02-12 07:09:43 -05:00
npy_blob.cpp dnn: fix precomp.hpp usage 2018-02-28 17:06:26 +03:00
npy_blob.hpp dnn: fix precomp.hpp usage 2018-02-28 17:06:26 +03:00
pascal_semsegm_test_fcn.py documentation: avoid links to 'master' branch from 3.4 maintenance branch (2) 2018-05-31 19:30:56 +03:00
test_backends.cpp enable fusion tests, update thresholds and fix missed eltwise fusions 2020-11-21 17:35:20 +05:30
test_caffe_importer.cpp enable fusion tests, update thresholds and fix missed eltwise fusions 2020-11-21 17:35:20 +05:30
test_common.cpp cmake: fix build of dnn tests with shared common code 2019-03-31 08:52:25 +00:00
test_common.hpp Merge pull request #17570 from HannibalAPE:text_det_recog_demo 2020-12-03 18:47:40 +00:00
test_common.impl.hpp Merge pull request #17570 from HannibalAPE:text_det_recog_demo 2020-12-03 18:47:40 +00:00
test_darknet_importer.cpp enable fusion tests, update thresholds and fix missed eltwise fusions 2020-11-21 17:35:20 +05:30
test_googlenet.cpp dnn(test): replace SkipTestException with tags 2019-06-23 13:12:23 +00:00
test_halide_layers.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-04-24 19:02:39 +00:00
test_ie_models.cpp Merge pull request #18220 from Omar-AE:hddl-supported 2020-11-17 19:47:24 +00:00
test_layers.cpp enable fusion tests, update thresholds and fix missed eltwise fusions 2020-11-21 17:35:20 +05:30
test_main.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2019-06-26 20:19:04 +00:00
test_misc.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-10-07 09:09:37 +00:00
test_model.cpp Merge pull request #17570 from HannibalAPE:text_det_recog_demo 2020-12-03 18:47:40 +00:00
test_nms.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_onnx_importer.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-11-27 14:08:06 +00:00
test_precomp.hpp dnn: reduce set of ignored warnings 2018-11-15 13:15:59 +03:00
test_tf_importer.cpp enable fusion tests, update thresholds and fix missed eltwise fusions 2020-11-21 17:35:20 +05:30
test_torch_importer.cpp enable fusion tests, update thresholds and fix missed eltwise fusions 2020-11-21 17:35:20 +05:30