Commit Graph

592 Commits (6c9e032431120c71be2c51a29e07f12ca8e0f65e)
 

Author SHA1 Message Date
LRJKD 6c9e032431
[Docs] Add NPU support page (#1876)
* [Docs]Add npu.md and npu_zh.md

* [Fix]Fix readme mdformat
2023-04-25 09:42:48 +08:00
LRJKD aa9713e0f0
Support mmocr with NPU backend (#1825)
* support npu

* fix isort

* Fix format and review comments

* fix github isort

* fix whitespace

* modified clean code
2023-04-10 16:35:24 +08:00
Tong Gao 5516e99842
[CI] Fix 0.x tests (#1846)
* [CI] Fix 0.x tests

* update

* use mim

* fix

* fix
2023-04-10 12:30:43 +08:00
Qslia 1496f1fa07
correct word spelling (#1659) 2023-03-08 12:37:57 +08:00
vansin a4fe6bb67f
[Docs] update the qq group link (#1565) 2022-11-24 12:48:07 +08:00
liukuikun d052f43450
[main] Upgrade pre commit hooks (#1430)
* Upgrade pre commit hooks

* fix comment
2022-11-17 10:27:11 +08:00
Tong Gao 26bc4713d4
Bump version to 0.6.3 (#1511)
* Bump version to 0.6.3

* update readme
2022-11-03 19:56:40 +08:00
Tong Gao b90d67269e
[Enhancement] Support MMCV < 1.8.0 (#1508)
* [Enhancement] Support MMCV < 1.8.0

* update
2022-11-03 14:02:37 +08:00
Tong Gao 60300c9640
Update maintainers (#1504) 2022-11-02 19:31:10 +08:00
liukuikun 662f87106c
[Template] issue template (#1489)
* improve issue template

* fix comment
2022-10-27 09:33:59 +08:00
liukuikun 4db16917c2
Fix CI (#1491) 2022-10-26 15:45:19 +08:00
Tong Gao f4d68b0b34
[Docs] Update contributing.md (#1490) 2022-10-26 15:16:02 +08:00
ysh329 67ebc6c876
[Docs] Add MMYOLO in Readme. (#1475)
* [DOCs] Add MMYOLO in Readme.

Add MMYOLO in Readme.

* Update README_zh-CN.md

* Update README_zh-CN.md
2022-10-21 16:51:13 +08:00
liukuikun 93badb1acb
[Template] Refactor issue template (#1449)
* Refactor issue template

* add contact
2022-10-20 11:25:08 +08:00
JunYao1020 57b2a766f1
When '.' char not in output string, output is also considered to be a… (#1457)
* When '.' char not in output string, output is also considered to be a folder

* Always use output as the output folder

* if the path points to a file, an error must be raised.

* Modify the document, 'output' is the output folder of the image visualization result
2022-10-19 10:35:31 +08:00
JunYao1020 c0ebf3dfd2
[Fix] Convert numpy.float32 type to python built-in float type (#1462) 2022-10-18 16:54:57 +08:00
Tong Gao 6768cc5d19
[CI] Fix CI (#1463)
Co-authored-by: liukuikun <liukuikun@sensetime.com>
2022-10-17 16:08:42 +08:00
Tong Gao 85f3473008
Bump version to 0.6.2 (#1450)
* Bump version to 0.6.2

* fix ci

* fix

* update date and 1.0 version
2022-10-14 14:17:26 +08:00
AmirMasoud Nourollah 98ceffda7b
[Docs] Logger Hook Config Updated to Add WandB (#1345)
* [Docs] Logger Hook Config Updated to Add WandB

* [Docs] WandB init_kwargs comment added

* [Docs] WandbLoggerHook Details Added To Config Doc File

* [Docs] WandbLoggerHook Details Added To Config Doc File (Pass lint test)

* fix comment

Co-authored-by: liukuikun <liukuikun@sensetime.com>
2022-10-13 11:50:56 +08:00
JunYao1020 a7a3067769
[Fix] Correct spelling by misspelling 'preperties' to 'properties' (#1446)
* Correct spelling by misspelling 'preperties' to 'properties'

* Correct spelling by misspelling 'preperties' to 'properties'
2022-10-12 19:47:53 +08:00
liferecords 8905daea5b
[Bug fix] box points ordering (#1205)
* fix sort_points

* remove functools

* add test cases

* add descriptions for coordinates

* del

Co-authored-by: xinyu <wangxinyu2017@gmail.com>
2022-10-12 16:53:37 +08:00
hsiehpinghan a71889aeb4
[Feature] Let ResizeOCR full support mmcv.impad's pad_val parameters (#1437)
* fix #1436: Let ResizeOCR full support mmcv.impad's pad_val parameters

* fix #1436: Let ResizeOCR full support mmcv.impad's pad_val parameters
2022-10-10 11:09:32 +08:00
Antonio Lanza 5fc920495a
[Fix] #1428: remove max_seq_len inconsistency (#1433) 2022-10-09 14:05:33 +08:00
Bryan YW b422dedd8d
[Feature] Adding test & train API to be used directly in code (#1138)
* [Feature] Adding test & train API

This changes added capability for test & training to be directly invoked
in code, e.g., inside a Jupyter notebook cell.

The change also ensures the original command-line usage remains the
same.

* fix linting issue

* [bug fix] fix polygon points ordering

bug fix for 4-point polygon, sort the points in clock-wise order

* revert changes for PR #1138

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-09-29 11:10:37 +08:00
Tong Gao d70e1b6709
[Docs] Add global notes to the docs and the version switcher menu (#1406)
* [Docs] Add global notes to the docs and the version switcher menu

* fix link
2022-09-26 19:24:01 +08:00
Xinyu Wang 0421659383
[Fix] Fix Recognition Score Normalization Issue (#1333) 2022-09-21 15:41:05 +08:00
liukuikun 3c63f736cb
[Docs] update 1.x info (#1369)
* update 1.x info

* Update README_zh-CN.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-09-05 14:29:31 +08:00
Venkat Raman e98d69f2aa
[Docs] demo, experiments and live inference API on Tiyaro (#1272)
* docs: added Try on Tiyaro Badge

* docs: fix mdformat

* docs: update tiyaro docs url
2022-08-22 10:33:41 +08:00
Tong Gao e2883074d8
[Fix] Fix ABINet config (#1256) 2022-08-04 14:39:38 +08:00
Tong Gao e5f071afb8
Bump version to 0.6.1 (#1249)
* Bump version to 0.6.1

* update version limit

* update

* update date

* update
2022-08-04 14:01:27 +08:00
Tong Gao ef4c5d7870
[Docs] Update image link (#1255) 2022-08-04 13:05:04 +08:00
Tong Gao edb320d4c4
[Docs] Update installation guide (#1254)
* [Docs] Update installation guide

* add pic

* minor fix

* fix
2022-08-04 11:20:45 +08:00
Tong Gao 4ffbb23623
[Enhancement] Update links to SDMGR (#1252)
* [Enhancement] Update links to SDMGR links

* fix tests
2022-08-03 18:53:05 +08:00
Tong Gao b1d1c7f401
[Fix] Add back some missing fields in configs (#1171)
* [Fix] Add back some missing fields in configs

* update
2022-08-02 19:00:44 +08:00
Tong Gao 600132fe90
[Fix] Update owners (#1248) 2022-08-02 15:59:07 +08:00
Qing Jiang 150cb13443
[Update] Update ABINet links for main (#1221)
* loss

* fix

* fix bug

* update ABINet links
2022-07-27 22:33:15 +08:00
Xinyu Wang 9e24f3e1d8
[Fix] Update maximum version of mmcv (#1219) 2022-07-27 22:32:10 +08:00
Qing Jiang 68effad700
[Docs] Limit extension versions (#1210)
* loss

* fix

* fix bug

* [update] update limit version
2022-07-26 16:33:26 +08:00
Tong Gao 619a6dc60c
[Fix] MMCV compatability due to outdated MMDet (#1192) 2022-07-26 12:45:59 +08:00
~akA,4}3(V 73222b270c
[Fix] Update lmdb_converter and ct80 cropped image source in document (#1164)
* fix #1088: replace txt2lmdb.py with lmdb_converter.py in eng doc

* fix #536: add ct80 cropped image source

* update ct80 link

update ct80 link to permanent link
2022-07-20 19:25:39 +08:00
Tong Gao 107e9d2f48
[Docs] Limit markdown version (#1172) 2022-07-20 19:24:17 +08:00
Jaylin Lee 1755dad193
[Fix] Fixed docstring syntax error of line 19 & 21 (#1157)
* Fixed docstring syntax error of lineno 19 & 21

* pre-commit
2022-07-16 21:33:09 +08:00
leezeeyee 4c1790b3c6
[Fix] fix typo of --lmdb-map-size default value (#1147)
* fix typo of --lmdb-map-size default value

* fix

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-07-16 21:32:15 +08:00
Qing Jiang 5657be1e1a
[Fix] Fix a bug in LmdbAnnFileBackend that cause breaking in Synthtext detection training (#1159)
* loss

* fix

* 'update'

* 'update'
2022-07-15 20:37:39 +08:00
#W[_t 1bd26f24ba
[Fix]: access params by cfg.get (#1145)
cfg.get is better way to access the params when it may not exist.
2022-07-11 19:04:05 +08:00
Nidham Tekaya 688d72fdc4
[Fix] links update (#1141)
* links update

* fix typing

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-07-08 10:42:22 +08:00
Amit Agarwal c4a2fa5eee
[Fix] Updating edge-embeddings after each GNN layer (#1134) 2022-07-06 19:37:28 +08:00
rpb 7800e13fc2
[Fix] Flexible ways of getting file name (#1107)
* Flexible ways of getting file name

Address issue https://github.com/open-mmlab/mmocr/issues/1078

* fix lint

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-07-04 11:39:58 +08:00
Tong Gao 64fb6fffc0
[Fix] Metafile (#1121) 2022-06-28 14:22:37 +08:00
Mingyu Liu 9bdc247c0c
[Fix] Update ST_SA_MJ_train.py (#1117)
Fix a bug that results train3's parameter covering the train1 and train2
2022-06-28 14:20:21 +08:00