Tong Gao
e067ddea23
[Fix] mmocr.utils.typing -> mmocr.utils.typing_utils ( #1538 )
2022-11-17 10:21:00 +08:00
liukuikun
d8c0df4827
[Config] rename base dataset terms to {dataset-name}_task_train/test ( #1541 )
2022-11-17 10:15:33 +08:00
liukuikun
b8e395ed71
[Fix] [DP] exist dir ( #1542 )
2022-11-17 10:14:50 +08:00
Janghoo Lee
b1a3b94508
[Fix] Change mmcv.dump to mmengine.dump ( #1540 )
...
- `dump` method was removed from MMCV 2.x. `Use mmengine.dump` instead.
2022-11-16 18:15:09 +08:00
Tong Gao
06a20fae71
[Community] Add 'Projects/' folder, and the first example project ( #1524 )
...
* [Community] Add the first example project
* amend
* update
* update readme
2022-11-16 16:49:05 +08:00
Xinyu Wang
5fbb22cd4e
[Feature] Add IC13 preparer ( #1531 )
...
* add ic13
* update
2022-11-16 12:50:03 +08:00
Tong Gao
9785dc616c
[Fix] [DP] Automatically create nonexistent directory for base configs
2022-11-16 12:49:13 +08:00
liukuikun
00254f0390
[Fix] crop without padding and recog metainfo delete unuse info ( #1526 )
2022-11-16 10:14:05 +08:00
Xinyu Wang
cad55f6178
[Fix] Fix Dataset Zoo Script
2022-11-16 10:04:56 +08:00
Xinyu Wang
e28fc326ae
[Docs] Add Chinese Guidance on How to Add New Datasets to Dataset Preparer ( #1506 )
...
* add doc for data preparer & add IC13
* fix bugs
* fix comments
* fix ic13
* split icparser & wildreceipt metafile fix
* split ic13
2022-11-15 19:54:13 +08:00
Xinyu Wang
6b2077ef19
[Feature] Add cute80 to dataset preparer ( #1522 )
2022-11-15 19:50:32 +08:00
liukuikun
1d5f43e79f
[Feature] iiit5k converter ( #1530 )
2022-11-15 19:49:56 +08:00
Xinyu Wang
d514784878
[Feature] Add SVTP to dataset preparer ( #1523 )
...
* add svtp
* fix comments
2022-11-15 19:42:43 +08:00
Tong Gao
34e97abcb0
[Enhancement] Polish bbox2poly ( #1532 )
2022-11-15 19:40:12 +08:00
Xinyu Wang
62ff782b71
[Fix] Fix ICDARTxtParser ( #1529 )
...
* fix
* fix comments
* fix
* fix
* fix
* delete useless
2022-11-15 19:18:14 +08:00
Xinyu Wang
99c86a74b8
[Fix] Fix Dataset Preparer Extract ( #1527 )
...
* fix a case when re-run the preparer might repeatly download annotation
* fix comments
* update
* fix
2022-11-15 18:54:47 +08:00
Xinyu Wang
79a778689d
[Feature] Add SVT to dataset preparer ( #1521 )
...
* add svt to data preparer
* add svt parser test
2022-11-15 18:54:30 +08:00
Xinyu Wang
baa2b4f863
[Fix] Fix wildreceipt metafile
2022-11-15 16:23:19 +08:00
liukuikun
31c41d82c9
[Fix] python -m pip upgrade in windows ( #1525 )
2022-11-14 18:38:15 +08:00
Tong Gao
8737675445
[Fix] Being more conservative on Dataset Preparer ( #1520 )
...
* [Fix] Being more conservative on Dataset Preparer
* update
2022-11-08 17:17:54 +08:00
jyshee
b65b65e8f8
Fix register bug of CLIPResNet ( #1517 )
...
Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-11-08 12:44:49 +08:00
Xinyu Wang
0afbb70b5d
[Fix] Fix two bugs in dataset preparer ( #1513 )
...
* fix two bugs
* simplyfy code
2022-11-07 14:10:13 +08:00
Tong Gao
abf5a8972c
Bump version to 1.0.0rc3 ( #1510 )
...
* Bump version to 1.0.0rc3
* update changelog
* fix
2022-11-03 19:56:16 +08:00
liukuikun
cf454ca76c
[Docs] oclip readme ( #1505 )
...
* [WIP] oclip docs
* oclip readthe docs
* rename oclip-resnet to resnet-oclip
* updata hemean
* updata link
* updata title
2022-11-03 19:01:16 +08:00
Tong Gao
d92444097d
[Config] Add oCLIP configs ( #1509 )
...
* [Config] Add oClip configs
* fix linitng
* fix
2022-11-03 17:57:13 +08:00
Wenqing Zhang
f1dd437d8d
[Feature] support modified resnet structure used in oCLIP ( #1458 )
...
* support modified ResNet in CLIP and oCLIP
* update unit test for TestCLIPBottleneck; update docs
* Apply suggestions from code review
* fix
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-11-03 17:54:15 +08:00
Xinyu Wang
1c06edc68f
[Docs] Update some dataset preparer related docs ( #1502 )
2022-11-02 16:08:01 +08:00
Xinyu Wang
8864fa174b
[Feature] Add Dataset Preparer ( #1484 )
...
* add data preparer
* temporarily ignore data preparer test
* update
* fix comments
* update doc; add script to generate dataset zoo doc
* fix comments; update scripts
* apply comments
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* apply comments
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* coco parser
* fix comments
* add fileio tests
* fix test
* add tests for parsers and dumpers
* add test for data preparer
* fix a bug
* update icdar txt parser
* rename icdar txt parser
* fix comments
* fix test
* fix comments
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
Co-authored-by: liukuikun <641417025@qq.com>
2022-11-02 15:06:49 +08:00
Tong Gao
a09437adaa
[Fix] Fix offline_eval error caused by new data flow ( #1500 )
2022-10-28 18:56:11 +08:00
Alexander Rogachev
9040263b04
[Docs] Update install.md ( #1494 )
...
MMOCR moved to mmocr.ocr
2022-10-26 18:41:57 +08:00
Tong Gao
52a7873973
[Docs] Refine some docs ( #1455 )
...
* [Docs] Refine some docs
* fix the link to mmcv
2022-10-17 12:58:35 +08:00
Tong Gao
357ccaf27d
Bump version to 1.0.0rc2 ( #1454 )
2022-10-14 14:23:54 +08:00
Tong Gao
705ea79067
[Fix] Change MMEngine version limit ( #1453 )
...
* [Fix] Change MMEngine version limit
* [Fix] Change MMEngine version limit
* [Fix] Change MMEngine version limit
* Apply suggestions from code review
Co-authored-by: Xinyu Wang <45810070+xinke-wang@users.noreply.github.com>
* fix
Co-authored-by: Xinyu Wang <45810070+xinke-wang@users.noreply.github.com>
2022-10-14 14:15:37 +08:00
Tong Gao
f619c697a5
[Docs] Add contribution guides ( #1442 )
...
* temp
* en contribution ready
* finalize
* fix
* update
2022-10-14 10:51:13 +08:00
liukuikun
ec395c5c68
[Docs] API refactor ( #1409 )
2022-10-14 10:51:13 +08:00
Tong Gao
f30c16ce96
Bump version to 1.0.0rc1
...
Bump version to 1.0.0rc1
2022-10-09 19:19:16 +08:00
Tong Gao
daa676dd37
Bump version to 1.0.0rc1 ( #1432 )
...
* Bump version to 1.0.0rc1
* update changelog
* update changelog
* update changelog
* update changelog
* update highlights
2022-10-09 19:08:12 +08:00
vansin
e7e46771ba
[WIP] support get flops and parameters in dev-1.x ( #1414 )
...
* [Feature] support get_flops
* [Fix] add the divisor
* [Doc] add the get_flops doc
* [Doc] update the get_flops doc
* [Doc] update get FLOPs doc
* [Fix] delete unnecessary args
* [Fix] delete unnecessary code in get_flops
* [Doc] update get flops doc
* [Fix] remove unnecessary code
* [Doc] add space between Chinese and English
* [Doc] add English doc of get flops
* Update docs/zh_cn/user_guides/useful_tools.md
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* Update docs/zh_cn/user_guides/useful_tools.md
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* Update docs/en/user_guides/useful_tools.md
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* Update docs/en/user_guides/useful_tools.md
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* Update docs/en/user_guides/useful_tools.md
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* Update docs/en/user_guides/useful_tools.md
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* [Docs] fix the lint
* fix
* fix docs
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-10-09 17:47:51 +08:00
Tong Gao
769d845b4f
[Fix] Skip invalud augmented polygons in ImgAugWrapper ( #1434 )
...
* [Fix] Skip invalud augmented polygons in ImgAugWrapper
* fix precommit
2022-10-09 16:11:15 +08:00
liukuikun
dfc17207ba
[Vis] visualizer refine ( #1411 )
...
* visualizer refine
* updata docs
2022-10-09 12:45:17 +08:00
Tong Gao
b26907e908
[Config] Update rec configs ( #1417 )
2022-10-09 12:43:45 +08:00
Tong Gao
3d015462e7
[Feature] Update model links in ocr.py and inference.md ( #1431 )
...
* [Feature] Update model links in ocr.py and inference.md
* Apply suggestions from code review
Co-authored-by: Xinyu Wang <45810070+xinke-wang@users.noreply.github.com>
Co-authored-by: Xinyu Wang <45810070+xinke-wang@users.noreply.github.com>
2022-10-09 12:43:23 +08:00
Xinyu Wang
bf921661c6
[Docs] Update Recog Models ( #1402 )
...
* init
* update
* update abinet
* update abinet
* update abinet
* update abinet
* apply comments
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* apply comments
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
* fix
Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-10-08 15:02:19 +08:00
liukuikun
4fef7d1868
Upgrade pre commit hooks ( #1429 )
2022-10-08 15:00:21 +08:00
Tong Gao
0b53f50ead
[Enhancement] Streamline duplicated split_result in pan_postprocessor ( #1418 )
2022-10-08 14:14:32 +08:00
Tong Gao
5e596cc579
[Config] Update paths to pretrain weights ( #1416 )
2022-09-29 16:26:52 +08:00
Xinyu Wang
a0284ae910
[Docs] Add maintainance plan to migration guide ( #1413 )
...
* init
* update en plan
* fix typos
* add coming soon flags
2022-09-29 10:59:51 +08:00
Xinyu Wang
73ba54cbb0
[Docs] Fix some docs ( #1410 )
...
* fix doc
* update structures
* update
2022-09-28 21:29:06 +08:00
Tong Gao
8d29643d98
[Docs] Fix inference docs ( #1415 )
2022-09-28 20:56:03 +08:00
Xinyu Wang
22283b4acd
[Docs] Data Transforms ( #1392 )
...
* init
* reorder
* update
* fix comments
* update
* update images
* update
2022-09-27 10:48:41 +08:00