Commit Graph

41 Commits (8d0c6a013a365a88c3085a3bb6ccbf56acd586c0)

Author SHA1 Message Date
liukuikun d73903a9a0
[Fix] Fix dependency on MMDet & MMCV (#1246)
* limit version

* update left close right open
2022-08-22 10:32:58 +08:00
Tong Gao 506fcdbe05
[Sync] with main (up to #1221) (#1245)
* [Docs] Limit extension versions (#1210)

* loss

* fix

* fix bug

* [update] update limit version

* [Update] Update ABINet links for main (#1221)

* loss

* fix

* fix bug

* update ABINet links

Co-authored-by: Qing Jiang <mountchicken@outlook.com>
2022-08-01 15:39:21 +08:00
gaotongxiao 7a66a84b64 [DBNet] Add DBPostProcessor 2022-07-21 10:51:00 +08:00
gaotongxiao b5fc589320 Add CI 2022-07-21 10:50:55 +08:00
Tong Gao 107e9d2f48
[Docs] Limit markdown version (#1172) 2022-07-20 19:24:17 +08:00
Tong Gao b1ab4c7c33
[Fix] Restrict the minimum version of OpenCV to avoid potential vulnerabity (#1065) 2022-06-13 23:36:33 +08:00
Max Bachmann 7c5c784a94
[Enhancement] Simplify normalized edit distance calculation (#1060)
* simplify normalized edit distance calculation

* update rapidfuzz minimum version
2022-06-10 10:16:17 +08:00
Tong Gao d3f65aaacf
[Enhancement] Add mim to extras_requrie to setup.py, update mminstall… (#1062)
* [Enhancement] Add mim to extras_requrie to setup.py, update mminstall.txt

* update
2022-06-09 15:09:16 +08:00
Tong Gao 12558969ee
[Fix] Relax OpenCV requirement (#1061)
* update opencv req

* fix
2022-06-09 14:59:12 +08:00
Tong Gao 0329ff9328
[Fix] Remove unnecessary requirements (#1000) 2022-05-06 17:14:39 +08:00
Tong Gao 64f02ba1a2
[Fix] Update installation step of `albumentations` (#984)
* [Fix] Update installation step of `albumentations`

* update albu installation guide
2022-04-28 00:01:27 +08:00
Tong Gao 52c95ccaac
[Enhancement] Replace `opencv-python-headless` with `open-python` (#970)
* [Enhancement] Relax OpenCV version requirement

* fix version
2022-04-25 11:03:02 +08:00
Xinyu Wang a3834ab24e
[Enhancement] Update CircleCI configs (#918) 2022-04-11 11:32:04 +08:00
Tong Gao fc9d73761b
[Fix] Set up the minimumversion requirement of albumentations (#769) 2022-02-15 16:51:58 +08:00
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