Commit Graph

241 Commits (47f54304f541fc009a963c434898b9edfcfe23a1)

Author SHA1 Message Date
Tong Gao 465316f193
[Docs] Mark projects in docs ()
* [Docs] Mark projects in docs

* fix

* fix

* fix

* fix
2023-03-10 15:09:37 +08:00
Tong Gao 590af4b5e8
[Doc] Remove LoadImageFromLMDB from docs () 2023-03-10 14:52:16 +08:00
Tong Gao a58c77df80
[Docs] FAQ () 2023-03-10 14:51:57 +08:00
Tong Gao bfb36d81b3
fix () 2023-03-07 20:25:48 +08:00
Tong Gao 45a8d89fb9
Bump version to 1.0.0rc6 ()
* Bump version to 1.0.0rc6

* fix

* update changelog

* fix

* fix
2023-03-07 20:22:54 +08:00
Tong Gao d56155c82d
[Feature] Support lmdb format in Dataset Preparer ()
* [Dataset Preparer] Support lmdb format

* fix

* fix

* fix

* fix

* fix

* readme

* readme
2023-03-07 20:08:25 +08:00
Tong Gao 33cbc9b92f
[Docs] Inferencer docs ()
* [Enhancement] Support batch visualization & dumping in Inferencer

* fix empty det output

* Update mmocr/apis/inferencers/base_mmocr_inferencer.py

Co-authored-by: liukuikun <24622904+Harold-lkk@users.noreply.github.com>

* [Docs] Inferencer docs

* fix

* Support weight_list

* add req

* improve md

* inferencers.md

* update

* add tab

* refine

* polish

* add cn docs

* js

* js

* js

* fix ch docs

* translate

* translate

* finish

* fix

* fix

* fix

* update

* standard inferencer

* update docs

* update docs

* update docs

* update docs

* update docs

* update docs

* en

* update

* update

* update

* update

* fix

* apply sugg

---------

Co-authored-by: liukuikun <24622904+Harold-lkk@users.noreply.github.com>
2023-03-07 18:52:41 +08:00
Tong Gao 47f7fc06ed
[Feature] Support batch augmentation through BatchAugSampler ()
* [Fix] RepeatAugSampler -> BatchAugSampler

* update docs
2023-03-07 11:29:53 +08:00
Kevin Wang 62d440fe8e
[Feature] add a new argument font_properties to set a specific font file in order to draw Chinese characters properly ()
* [Feature] add new argument font_properties to set specific font file  in order to draw Chinese characters properly

* update the minimum mmengine version

* add docstr
2023-02-27 14:25:49 +08:00
EuanHoll 0894178343 Fixing Bounding Box format for Text Detection isn't specified ()
* Update dataset.md

* fix

---------

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2023-02-22 10:51:54 +08:00
Kevin Wang 7cfd412ce7
[Docs] Fix CharMetric P/R wrong definition () 2023-02-22 10:29:10 +08:00
liukuikun 1127240108
[Feature] Support auto import modules from registry. ()
* [Feature] Support auto import modules from registry.

* limit mmdet version

* location parrent dir if it not exist
2023-02-17 10:28:34 +08:00
liukuikun f820470415
[Feature] Rec TTA ()
* Support TTA for recognition

* updata readme

* updata abinet readme

* updata train_test doc for tta
2023-02-16 10:27:07 +08:00
Kevin Wang edf085c010
[Feature] TextRecogCropConverter add crop with opencv warpPersepective function ()
* [Feature] TextRecogCropConverter add crop with opencv warpPersepective function.

* [Fix] fix some pr problems

* Apply suggestions from code review

---------

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2023-02-03 17:04:37 +08:00
Tong Gao c3aef21eea
[Enhancement] Revise upstream version limit ()
* [Enhancement] Revise upstream version limit

* update
2023-02-03 16:39:32 +08:00
Tong Gao 03a23ca4db
[Docs] Remove unsupported datasets in docs () 2023-02-02 19:47:10 +08:00
Tong Gao ad470e323a
[Feature] Refactor Inferencers ()
* tmp commit

* initial

* kie

* update MMOCRInferencer and ocr.py

* fix

* fix bug & add ut

* ut for kie

* part of mmocr inferencer ut

* part of mmocr inferencer ut

* ut

* ut

* docs

* inferencer

* Add TextSpotInferencer

* test

* fix

* textspot

* fix

* test

* test

* fix

* fix
2023-02-02 19:05:55 +08:00
Tong Gao bf41194965
[Docs] Add notice for default branch switching () 2023-01-30 10:27:02 +08:00
Tong Gao 6992923768
[Enhancement] Discard deprecated lmdb dataset format and only support img+label now ()
* [Enhance] Discard deprecated lmdb dataset format and only support img+label now

* rename

* update

* add ut

* updata document

* update docs

* update test

* update test

* Update dataset.md

Co-authored-by: liukuikun <641417025@qq.com>
2023-01-17 10:10:51 +08:00
Tong Gao 27b6a68586
Bump version to 1.0.0rc5 ()
* Bump version to 1.0.0rc5

* fix

* update
2023-01-06 17:35:07 +08:00
Tong Gao 37dca0600a
Issue Template ()
* [Template] Refactor issue template ()

* Refactor issue template

* add contact

* [Template] issue template ()

* improve issue template

* fix comment

Co-authored-by: liukuikun <24622904+Harold-lkk@users.noreply.github.com>
2023-01-06 17:29:28 +08:00
Tong Gao b0557c2c55
[Transforms] SVTR transforms ()
* rec transforms

* fix

* ut

* update docs

* fix

* new name

* fix
2023-01-06 16:04:20 +08:00
Xinyu Wang e3fd570687
[Docs] add translation () 2022-12-29 09:52:55 +08:00
Xinyu Wang c38618bf51
[Feature] Support browse_dataset.py to visualize original dataset ()
* update browse dataset

* enhance browse_dataset

* update docs and fix original mode

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-12-16 22:34:23 +08:00
Kevin Wang f6da8715b9
[Docs] Fix some doc mistakes ()
* [Docs] fix a mistake in user_guides/visualization.md

* [Docs] fix some mistakes in user_guides/dataset_prepare.md

* Update docs/en/user_guides/dataset_prepare.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-12-16 22:34:08 +08:00
Qing Jiang b11c58897c
[ASTER] Update ASTER config ()
* update aster config

* update

* update en api

* Update configs/textrecog/aster/metafile.yml

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-12-15 19:49:55 +08:00
Tong Gao e096df8b57
[Fix] Remove outdated tutorial link () 2022-12-15 14:04:46 +08:00
Tong Gao ebdf1cf90d
Bump version to 1.0.0rc4 ()
* Bump version to 1.0.0rc4

* update changelog

* fix

* update readme

* Update README.md

Co-authored-by: liukuikun <24622904+Harold-lkk@users.noreply.github.com>

Co-authored-by: liukuikun <24622904+Harold-lkk@users.noreply.github.com>
2022-12-06 17:24:35 +08:00
Tong Gao b9152a2239
[Docs] Update dataset preparer (CN) ()
* [Docs] Update dataset preparer docs

* [Docs] Update dataset preparer (CN)
2022-12-05 16:58:35 +08:00
Tong Gao d9356252af
[Docs] Collapse some sections; update logo url () 2022-12-01 17:25:24 +08:00
liukuikun d8c0df4827
[Config] rename base dataset terms to {dataset-name}_task_train/test () 2022-11-17 10:15:33 +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 ()
* 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
Tong Gao 8737675445
[Fix] Being more conservative on Dataset Preparer ()
* [Fix] Being more conservative on Dataset Preparer

* update
2022-11-08 17:17:54 +08:00
Tong Gao abf5a8972c
Bump version to 1.0.0rc3 ()
* Bump version to 1.0.0rc3

* update changelog

* fix
2022-11-03 19:56:16 +08:00
liukuikun cf454ca76c
[Docs] oclip readme ()
* [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
Xinyu Wang 1c06edc68f
[Docs] Update some dataset preparer related docs () 2022-11-02 16:08:01 +08:00
Xinyu Wang 8864fa174b
[Feature] Add Dataset Preparer ()
* 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
Alexander Rogachev 9040263b04
[Docs] Update install.md ()
MMOCR moved to mmocr.ocr
2022-10-26 18:41:57 +08:00
Tong Gao 52a7873973
[Docs] Refine some docs ()
* [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 () 2022-10-14 14:23:54 +08:00
Tong Gao 705ea79067
[Fix] Change MMEngine version limit ()
* [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 ()
* temp

* en contribution ready

* finalize

* fix

* update
2022-10-14 10:51:13 +08:00
liukuikun ec395c5c68 [Docs] API refactor () 2022-10-14 10:51:13 +08:00
Tong Gao daa676dd37
Bump version to 1.0.0rc1 ()
* 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 ()
* [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 ()
* [Fix] Skip invalud augmented polygons in ImgAugWrapper

* fix precommit
2022-10-09 16:11:15 +08:00
Tong Gao 3d015462e7
[Feature] Update model links in ocr.py and inference.md ()
* [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
liukuikun 4fef7d1868
Upgrade pre commit hooks () 2022-10-08 15:00:21 +08:00
Xinyu Wang a0284ae910
[Docs] Add maintainance plan to migration guide ()
* init

* update en plan

* fix typos

* add coming soon flags
2022-09-29 10:59:51 +08:00