Tong Gao
|
b8f7ead74c
|
[Enhancement] Add copyright info (#439)
* add copyright info
|
2021-08-17 17:39:30 +08:00 |
liukuikun
|
9b5b25ef71
|
[Fix] fix a bug of DBNet when text repr type is poly (#421)
* fix dbnet bug when text repr type is poly
* add db_decode unit test
|
2021-08-13 21:39:53 +08:00 |
Tong Gao
|
80a0536c7c
|
[Enhancement] Add tests for ocr.py (#428)
* minor fix to ocr.py
* add test for ocr.py
|
2021-08-13 09:55:33 +08:00 |
Tong Gao
|
906faec372
|
update digit_version and add a test (#427)
|
2021-08-12 08:53:45 +00:00 |
Tong Gao
|
7bbb14f0d1
|
[Fix] Replace SyncBN with BN for inference (#420)
* add revert_sync_batchnorm
* replace SyncBN in inference and test scripts
* add tests
* hide BatchNormXd
|
2021-08-10 22:19:17 +08:00 |
Hongbin Sun
|
44fed8590b
|
fix bug: remove tail whitespace from gt label (#358)
* fix bug: remove tail whitespace from gt label
* remove useless
* refactor
|
2021-07-09 13:24:34 +00:00 |
GT
|
9582f93c70
|
Support ocr box stitching (#290)
* ocr box stitching
* rename a varible
* add a demo
* move functions to box_util
add test
|
2021-06-19 19:28:14 +08:00 |
Jianyong Chen
|
3bfbb2b619
|
fix #113: textsnake decode error (#264)
* fix #113: textsnake decode error
* fix unittest test cases
|
2021-06-15 08:09:05 +00:00 |
lizz
|
b10b6408ef
|
Add list_from_file and list_to_file (#226)
* Add list_from_file and list_to_file
Signed-off-by: lizz <lizz@sensetime.com>
* Add test list_to_file and list_from_file
* more
* Fix tests
|
2021-05-24 06:01:42 +00:00 |
Zyq-scut
|
8c60e4b4d1
|
update fcenet (#214)
* update fcenet
* fix typos
* fix
|
2021-05-18 21:52:34 +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 |
Zyq-scut
|
cbdd98a1e1
|
add fcenet (#133)
* add fcenet
* fix linting and code style
* fcenet finetune
* Update transforms.py
* Update fcenet_r50dcnv2_fpn_1500e_ctw1500.py
* Update fcenet_targets.py
* Update fce_loss.py
* fix
* add readme
* fix config
* Update fcenet_r50dcnv2_fpn_1500e_ctw1500.py
* fix
* fix readme
* fix readme
* Update test_loss.py
Co-authored-by: Hongbin Sun <hongbin306@gmail.com>
|
2021-05-14 21:37:04 +08:00 |
Hongbin Sun
|
892d486d01
|
add model for chinese (#156)
* add model for chinese
* update readme
* update readme
* fix link error; add vis for Chinese
|
2021-05-09 21:49:08 +08:00 |
jeffreykuang
|
31f1c007c0
|
[feature]: add textdet
|
2021-04-03 01:03:52 +08:00 |
Hongbin Sun
|
4ecd0cea8a
|
add sar, seg and other components
|
2021-04-02 23:54:57 +08:00 |