Commit Graph

27 Commits (a75fc6bf99a407d4cc1466ea4a81344e8907619d)

Author SHA1 Message Date
liukuikun d9f2124773
[Fix] limit pycocotools vesion (#707) 2022-01-06 14:36:18 +08:00
Tong Gao a10d56cec9
[Fix] Fix opencv version to avoid some awared bugs (#694)
* [Fix] Fix opencv version to avoid some awared bugs

* relax opencv req
2021-12-31 16:53:55 +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 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 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 4e6f70d7c4
[Enhancement] Replace lanms-proper with lanms-neo (#455) 2021-08-23 15:32:33 +08:00
Tong Gao 7b16754006
[Docs] Fix API reference & version, support exporting pdf & epub (#406)
* add mmdet

* remove uncessary autodoc mock import

* update docs version

* bind docs version to version.py

* support pdf and epub

* fix readthedocs
2021-08-04 14:24:52 +08:00
lizz 01d8d63be9
Update readthedocs.txt (#276) 2021-06-12 15:28:00 +08:00
Hongbin Sun 70715cee42
fix readthedoc (#247) 2021-05-27 21:58:11 +08:00
RangiLyu c9d151e757
Fix installing requirements with pip and mim (#242)
* add requirements

* add requirements
2021-05-27 15:59:13 +08:00
Jianyong Chen 2414c65577
Add drrg (#189)
* merge drrg

* directory structure&fix redundant import

* docstrings

* fix isort

* drrg readme

* merge drrg

* directory structure&fix redundant import

* docstrings

* fix isort

* drrg readme

* add unittests&fix docstrings

* revert test_loss

* add unittest

* add unittests

* fix docstrings

* fix docstrings

* fix yapf

* fix yapf

* Update test_textdet_head.py

* Update test_textdet_head.py

* add unittests

* add unittests

* add unittests

* fix docstrings

* fix docstrings

* fix docstring

* fix unittests

* fix pytest

* fix pytest

* fix pytest

* fix variable names

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>
2021-05-18 11:15:47 +08:00
jeffreykuang 94cd52dc4a
simplify installation procedure (#188)
* postproc

* mv postproc of textdet in mmcv

* linting

* change deps mmcv 1.3.4

* update deps

* linting

* Update configs/textdet/panet/panet_r18_fpem_ffm_600e_icdar2015.py

* Update docs/changelog.md

* Update mmocr/models/textdet/postprocess/__init__.py

* Update mmocr/version.py

* resize&recompress jpg

* Update changelog.md

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>
2021-05-15 10:34:37 +08:00
quincylin1 8e65bea9c3
Add mminstall (#180)
* add mminstall.txt

* fix mminstall.txt

* fix mminstall
2021-05-13 15:06:12 +08:00
quincylin1 ee700e94cd
add mminstall.txt (#177) 2021-05-13 09:01:31 +08:00
Hongbin Sun 93483615b7 fix api vis bug: sphinx version 2021-04-09 22:18:26 +08:00
lizz 3282e433f9
Fix readthedocs (#35)
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-09 16:39:21 +08:00
lizz b8abcae570
Update docs.txt (#34) 2021-04-09 16:25:17 +08:00
lizz 52ee09eec6
Update readthedocs.txt (#33) 2021-04-09 16:13:09 +08:00
lizz d4741edea2
Fix readthedocs (#32)
* Fix readthedocs

Signed-off-by: lizz <lizz@sensetime.com>

* Update readthedocs.txt
2021-04-09 16:01:37 +08:00
Hongbin Sun 085f0ef6dc update docs.txt 2021-04-09 14:54:27 +08:00
Hongbin Sun de564ef7cb update changelog 2021-04-09 14:38:34 +08:00
Max Bachmann 942298dea2
Replace python-Levenshtein with RapidFuzz (#24) 2021-04-09 11:16:27 +08:00
Hongbin Sun a4ac32fe0d fix #15: remove pillow in readthedocs 2021-04-08 16:11:21 +08:00
Hongbin Sun 5f858f2c61 fix #15: remove skimage 2021-04-08 16:07:47 +08:00
lizz 0206781bb6
Fix readthedocs generation (#14)
* Fix readthedocs

* Fix doc

* md format
2021-04-08 15:49:46 +08:00
sunhongbin a0c8727804 fix build.yml 2021-04-08 12:08:15 +08:00
jeffreykuang 31f1c007c0 [feature]: add textdet 2021-04-03 01:03:52 +08:00