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
|
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
|
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 |
|
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
|
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 |
|
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 |
|
Max Bachmann
|
942298dea2
|
Replace python-Levenshtein with RapidFuzz (#24)
|
2021-04-09 11:16:27 +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 |
|