Tong Gao
e267d06281
[Fix] Always broadcast a random seed to all the processes ( #600 )
2021-11-18 22:26:21 +08:00
apiaccess21
284b5acc12
[Docs] C++ example section for deployment ( #593 )
...
* C++ example section
* Optimize the section for readthedocs
Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2021-11-17 14:16:54 +08:00
Hongbin Sun
98c5bff1e0
[Feature] Save results to json file for kie. ( #589 )
...
* save results json for kie
* update config
* Fix KIE inference bug
Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2021-11-15 20:28:13 +08:00
Hongbin Sun
f2b9ba93be
[Fix] keep original texts for kie ( #588 )
2021-11-15 17:22:17 +08:00
Hongbin Sun
34e3ff40e1
[Fix] Fix the same start_point for different texts in draw_texts_by_pil ( #587 )
2021-11-15 17:19:09 +08:00
Tong Gao
dc6d957967
[Feature] Avoid dupliate placeholder docs in CN ( #582 )
...
* [Feature] Avoid dupliate placeholder docs in CN
* add changelog to cn docs
2021-11-12 14:40:12 +08:00
Shouping Shan
18fde080c4
[Fix] Modify algorithm "sar" weights path in metafile ( #581 )
...
Original model `sar_r31_parallel_decoder_academic` weights path in sar/metafile.yml belongs to crnn which should be modified.
2021-11-12 12:55:56 +08:00
Hongbin Sun
4870ca91fc
[Fix] Fix resource warning: unclosed file ( #577 )
...
* fix resource warning: unclosed file
* fix import
* Eliminate det_test_img's dependency on mmdet
Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2021-11-12 12:36:57 +08:00
Tong Gao
c39f1160ac
add chinese ocr to ocr.py and fix its docs ( #579 )
2021-11-12 11:03:29 +08:00
Tong Gao
a9fde9146f
[Feature] Improve dbnet r50 by fixing std ( #578 )
2021-11-11 19:10:12 +08:00
Tong Gao
51f2d9a4c3
[Docs] Docstring for text recognition models ( #562 )
2021-11-11 19:09:25 +08:00
Tong Gao
9de4ddf952
fix broken links ( #576 )
2021-11-11 17:57:15 +08:00
Tong Gao
cae080734f
fix recog_test_imgs ( #574 )
2021-11-11 17:39:54 +08:00
Tong Gao
34bd6b9bbb
[Docs] Docs for KIE CloseSet & OpenSet ( #573 )
...
* add kie docs
* fix paths
* sync cn docs
* fix layout error
2021-11-11 17:39:27 +08:00
Hongbin Sun
a50b0c9fb9
[Feature] Support openset kie ( #498 )
...
* add openset kie dataset
* updare readme
* add anno convert script
* update docstring
* update script
* add & update docstring
* fix typo
* update docstring format
2021-11-11 14:47:38 +08:00
Hongbin Sun
9f42d78db7
[Feature] Save filename in text detection test results ( #570 )
...
* save filename in textdet test results
* fix pytest
2021-11-11 14:07:07 +08:00
Tong Gao
37f8fcd841
[Fix] Always map location to cpu when loading checkpoint ( #567 )
2021-11-10 14:03:03 +08:00
Tong Gao
fdae159b89
[Fix] Fix py3.9 CI ( #563 )
2021-11-10 14:02:33 +08:00
Tong Gao
1efdbda790
[Docs] Update docs menu ( #564 )
...
* update docs menu
* fix wrong links
2021-11-09 17:16:13 +08:00
Tong Gao
5fb1268a06
unify task names in metafiles ( #548 )
2021-11-03 15:03:37 +08:00
Tong Gao
dab5725d70
fix paper field in metafiles ( #550 )
2021-11-03 15:02:31 +08:00
Darwin Bautista
80741e1479
[Feature] Add converter for the Open Images v5 text annotations by Krylov et al. ( #497 )
...
* Add converter for the OpenVINO annotations for Open Images by Krylov et al.
Open Images V5 Text Annotation and Yet Another Mask Text Spotter
Paper: https://arxiv.org/abs/2106.12326
* docs fix & add chinese docs
2021-10-28 16:49:36 +08:00
Tong Gao
2f983eca83
[Fix] Fix PyTorch 1.6 incompatible checkpoints ( #540 )
...
* fix pt1.6 incompatible checkpoints
* fix satrn metafile
2021-10-27 19:12:52 +08:00
Tong Gao
027cb7aac5
[Docs] TorchServe docs ( #539 )
...
* Add torchserve docs
* polish contents and fix the visiualization bug in torchserve testing
* polish content
2021-10-22 16:49:28 +08:00
liukuikun
5671939bbc
[Fix] fix converting to onnx bug because of changing key from img_shape to resize_shape ( #523 )
...
* fix pytorch to onnx for mmocr0.3.0
* fix pytorch to onnx for mmocr0.3.0
* modify deployment doc and fix scale_factor bug and test psenet and panet
* fix trt part
* init detector with **(cfg.model)
Co-authored-by: AllentDan <AllentDan@yeah.net>
2021-10-20 19:55:57 +08:00
Tong Gao
75d32504e0
[Feature] Add codespell pre-commit hook and fix typos ( #520 )
...
* add spellcheck hook
* fix typos
2021-10-13 22:56:11 +08:00
liukuikun
7d36a7e882
[Feature] Add torchserve support for text detection and recognition ( #522 )
...
* add torchserve
* add test torchserve
* delete unused postprocess and delete parse_results
* fix bug
* fix bug
* fix bug
* Update tools/deployment/test_torchserve.py
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* Update tools/deployment/mmocr_handler.py
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2021-10-13 22:21:16 +08:00
Tong Gao
abfe75dc62
[Fix] Update checkpoint links for SATRN ( #518 )
2021-10-10 11:26:37 +08:00
fatfishZhao
66ce0efee0
[Docs] Add Chinese Translation of deployment.md. ( #506 )
...
* Add Chinese Translation of deployment.md.
* final fix
Co-authored-by: zhaoyuxuan <zhaoyuxuan@zhaoyuxuandeMacBook-Pro.local>
Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2021-09-28 17:11:15 +08:00
Tong Gao
06c726c130
[Enhancement] Use container in CI ( #502 )
...
* use container
2021-09-28 14:05:10 +08:00
Tong Gao
f72012092f
[Docs] Enhancement & sync Chinese docs ( #492 )
...
* reorder navigation links, add links to twitter and zhihu
* update chinese docs
2021-09-28 11:32:44 +08:00
Tong Gao
aa4b5b5574
[Fix] Allow invalid polygons in intersection and union by default ( #471 )
...
* Allow invalid polygons in intersection and union by default
* update docs
2021-09-28 10:57:12 +08:00
Tong Gao
8c72d80164
[Fix] Fix image export in test.py for KIE models ( #486 )
...
* Fix image export in test.py for sdmgr model
* fix pretrained
2021-09-18 18:24:55 +08:00
EricTian
38bdc10f22
[Docs] Chinese docs for install.md ( #364 )
...
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2021-09-14 11:47:38 +08:00
Tong Gao
e9a5350f47
[Enhancement] Update model-index.yml ( #484 )
2021-09-08 12:51:44 +08:00
Tong Gao
de83b271eb
add py1.9 CI ( #475 )
2021-09-08 11:45:51 +08:00
Tong Gao
e23b765956
[Docs] Improve docs style ( #474 )
...
* new theme
* add theme
* update zh_cn
* improve docs style
* use customized
* fix
* update req
* docs
* Update docs
* update conf
* update
* update layout
* disable logo url
* free version limit
* update conf
* Fix api ref
* fix version
2021-09-08 11:40:51 +08:00
Tong Gao
76c9570b39
[Enhancement] add CITATION.cff ( #476 )
2021-09-01 20:01:30 +08:00
Tong Gao
4c43f3fc47
[Docs] Fix a model link and add the metafile for SATRN ( #473 )
...
* update model link
* add metafile
2021-09-01 03:01:11 +00:00
Alexander Soare
f59ac27022
[Enhancement] Use bounding box around polygon instead of within polygon ( #469 )
...
* use bounding box around poygon instead of within polygon
* fix yapf error
* fix: re-enable yapf
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2021-08-31 13:05:40 +08:00
Tong Gao
b2ae04614c
[Fix] Fix cuda CI ( #472 )
2021-08-31 13:00:59 +08:00
Hongbin Sun
cc0d4d32fd
[Feature] Support Chinese for kie show result ( #464 )
...
* support Chinese for kie show result
* update visualize
* add arg for draw_texts
* update font_size
2021-08-30 16:45:43 +08:00
Tong Gao
f9d158fafa
Bump version to 0.3.0 ( #461 )
...
* Bump version to 0.3.0
* update changelog
2021-08-25 16:43:31 +08:00
Tong Gao
c0728c49b8
[Docs] Refactor docs ( #409 )
2021-08-25 16:41:07 +08:00
Tong Gao
0881c2d2a2
[Fix] Add zero division handler in poly utils, remove Polygon3 ( #448 )
...
* Add check to avoid zero div in iou computation
* replace polygon3 with shapely
* remove req of Polygon3
2021-08-25 13:14:58 +08:00
Tong Gao
7c1bf45c63
[Fix] fix inconsisent training/eval state after SyncBN->BN ( #453 )
2021-08-25 13:14:03 +08:00
lizz
961fbb6ca5
[Feature] Support persistent_workers option in data loader ( #459 )
...
* Support persistent_workers option in data loader
Signed-off-by: lizz <lizz@sensetime.com>
* Update test.py
* yapf bug
Signed-off-by: lizz <lizz@sensetime.com>
2021-08-25 13:12:53 +08:00
Tong Gao
ef111b7c55
[Enhancement] Update demo/ ( #454 )
...
* update demo
* rm demo/readme.md
2021-08-25 03:45:47 +00:00
Tong Gao
4e6f70d7c4
[Enhancement] Replace lanms-proper with lanms-neo ( #455 )
2021-08-23 15:32:33 +08:00
Tong Gao
d683b14283
[Fix] Totaltext_converter: skip invalid annotations ( #438 )
...
* [Fix] Skip invalid annoataions
2021-08-20 11:23:05 +08:00