Commit Graph

62 Commits (8864fa174b761f3ad89a744be1686ffae7698b1d)

Author SHA1 Message Date
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 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 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 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
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 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
Tong Gao 77ab13b3ff
[Docs] Add version switcher to menu (#1407)
* [Docs] Add version switcher to menu

* fix link
2022-09-27 10:44:32 +08:00
Xinyu Wang 5a88a771c3
[Docs] Metrics (#1399)
* init

* fix math

* fix

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* fix comments

* update

* update

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-09-26 14:11:04 +08:00
liukuikun c6cc37b096
[Docs] config english (#1372)
* config english

* fix many comments

* fix many comments again

* fix some typo

* Update docs/en/user_guides/config.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-09-23 10:10:32 +08:00
Xinyu Wang 0dd72f40f7
[Docs] Add Documents for DataElements (#1381)
* init

* fix links

* add En version

* fix some links

* fix docstring

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* update cn

* fix comments

* fix links

* fix comments

* fix

* delete

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-09-21 15:34:12 +08:00
Tong Gao 87f15b3135
[Docs] Fix some docs issues (#1385) 2022-09-13 15:47:40 +08:00
liukuikun e8d1bc37d3
[Docs] intersphinx and api (#1367)
* inter sphinx and api

* rm visualizer.py
2022-09-05 14:25:38 +08:00
liukuikun 45f3f51dba
updata inference res (#1364) 2022-09-01 14:23:07 +08:00
Xinyu Wang ac02c20581
[Fix] Update all rec converters (#1284)
* init

* enable non-ascii dump

* fix

* kaist non-ascii

* fix conflicts

* fix

* update

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-09-01 13:17:01 +08:00
liukuikun 27697e387c
[Docs] install (#1358)
* updata install

* run ocr.py

* updata link

* updat

* updata link
2022-09-01 12:48:39 +08:00
Tong Gao 415bb7f8d0
Update demo (#1362)
* update

* update

* update

* update

* demo

* update

* update

* update link

Co-authored-by: liukuikun <liukuikun@sensetime.com>
2022-09-01 12:45:28 +08:00
Xinyu Wang 2a9e8f5306
[Docs] Migration Guide of Datasets (#1325)
* init

* fix comments

* update

* remove ner

* fix comments

* update lmdb doc

* update link

* fix

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-09-01 10:51:19 +08:00
Tong Gao a979346e35
Update demo docs (#1360)
* update

* update

* update

* update

* demo
2022-09-01 09:23:06 +08:00
liukuikun 8b8cc4e6e5
[Docs] config (#1351)
* config chinese

* update

* Update docs/zh_cn/user_guides/config.md

Co-authored-by: Xinyu Wang <45810070+xinke-wang@users.noreply.github.com>

* fix link

* updata link

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
Co-authored-by: Xinyu Wang <45810070+xinke-wang@users.noreply.github.com>
2022-08-31 22:56:46 +08:00
liukuikun dbb346afed
[Docs] vis doc (#1353)
* vis doc

* fix comment

* fix link
2022-08-31 21:28:29 +08:00
Xinyu Wang ce47b53399
[Docs] Dataset Preparation (#1347)
* init dataset doc

* update data prep doc

* fix

* fix

* fix some docs

* update

* update

* updates

* update
2022-08-31 20:16:33 +08:00
Xinyu Wang bb80d16da2
[Docs] Overview (#1354)
* init overviews

* update

* update

* update

* update

* update links

* update

* fix

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-08-31 20:15:39 +08:00
Tong Gao f788bfdbb9
[Docs] Quick run (#1352)
* [Docs] Quick run

* fix link

Co-authored-by: liukuikun <liukuikun@sensetime.com>
2022-08-31 16:21:50 +08:00
Xinyu Wang e72edd6dcb
[Docs] Useful Tools (#1349)
* init useful tools

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* update link

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
Co-authored-by: liukuikun <liukuikun@sensetime.com>
2022-08-31 15:51:12 +08:00
Tong Gao 19b19cc404
[Docs] Code migration guide (#1350)
* [Docs] Code migration guide

* Apply suggestions from code review

Co-authored-by: Xinyu Wang <45810070+xinke-wang@users.noreply.github.com>

* fix

* fix comment

Co-authored-by: Xinyu Wang <45810070+xinke-wang@users.noreply.github.com>
Co-authored-by: liukuikun <liukuikun@sensetime.com>
2022-08-31 15:50:59 +08:00
liukuikun bfa2f20a35
[Enchance] inter sphinx mapping (#1346)
* inter sphinx mapping

* fix comment
2022-08-31 15:50:48 +08:00
liukuikun 8f0141cfaa
cherry pick main (#1355)
* [Fix] Update owners (#1248)

* [Docs] Update installation guide (#1254)

* [Docs] Update installation guide

* add pic

* minor fix

* fix

* [Docs] Update image link (#1255)

* [Docs] demo, experiments and live inference API on Tiyaro (#1272)

* docs: added Try on Tiyaro Badge

* docs: fix mdformat

* docs: update tiyaro docs url

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
Co-authored-by: Venkat Raman <vraman2811@gmail.com>
2022-08-31 09:32:55 +08:00
Xinyu Wang 8b32ea6fa9
[Docs] Training & Testing Tutorials (#1331)
* zh-cn train & test tutorial

* add En

* fix comments

* Update docs/en/user_guides/train_test.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-08-30 19:54:04 +08:00
Xinyu Wang 8c904127a8
[Doc] Migration Guide of Data Transforms (#1318)
* init check

* update for preview

* preview

* preview

* update

* update

* update

* update

* update

* update

* add linkes to apis

* update

* fix comments

* fix comments

* fix comments

* fix typo

* Update docs/en/migration/transforms.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-08-30 19:46:46 +08:00
Xinyu Wang 56179fe1a9
update api (#1339) 2022-08-29 18:36:38 +08:00
Xinyu Wang ea537bbe86
[Docs] Empty doc tree (#1336)
* refactor doc tree

* add titles

* update

* update

* fix

* fix a bug

* remove ner in readme

* rename advanced guides

* fix migration
2022-08-29 15:37:13 +08:00
Tong Gao 6f30020eec
[CI] Add CI (#1176)
* [CI] Add CI

* update init

* fix lint

* fix lint

* fix linting

* fix linting

* fix linting

* fix

* fix

* fix

* fix

* fix

* fix

* disable github ci

* fix

* Update .circleci/test.yml

Co-authored-by: Qing Jiang <mountchicken@outlook.com>

* fix

* fix

Co-authored-by: Qing Jiang <mountchicken@outlook.com>
2022-07-21 14:28:57 +08:00
gaotongxiao 914c8af7bf Revert "[TODO] Add LoadImageFromLMDB"
This reverts commit e716ae726f007f79effdf2d45b4955a887f3c1e3
2022-07-21 10:57:30 +08:00
jiangqing.vendor 19958fbf6f [TODO] Add LoadImageFromLMDB 2022-07-21 10:57:17 +08:00
gaotongxiao 536dfdd4bd Add PyUpgrade pre-commit hook 2022-07-21 10:50:56 +08:00
liukuikun e1e26d3f74
[Enchance] add codespell ignore and use mdformat (#1022)
* update

* update contributing

* update ci

* fix md

* update pre-commit hook

* update mdformat

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-06-09 14:58:44 +08:00
Tong Gao 1962c249a6
Bump version to 0.6.0 (#996)
* initial

* update changelog

* update version num

* fix

* fix letter case

* grammar
2022-05-05 22:16:41 +08:00
Tong Gao 64f02ba1a2
[Fix] Update installation step of `albumentations` (#984)
* [Fix] Update installation step of `albumentations`

* update albu installation guide
2022-04-28 00:01:27 +08:00
Qing Jiang 24ac18e653
[Update] Update the version requirement of mmdet in docker (#966)
* loss

* fix

* update

* update mmdet version in doc

* update

* update __init__
2022-04-24 10:12:39 +08:00
Tong Gao c08c113bd4
[Enhancement] Support latest MMCV (#959) 2022-04-21 19:10:52 +08:00
Tong Gao 0546134771
Bump version to 0.5.0 (#904) 2022-03-31 17:42:24 +08:00
JiangQing 44ee889141
[Doc] Update docs about installation on Windows (#852)
* support windows

* add macOS
2022-03-18 13:23:22 +08:00
shaohua.zhang f663dce26f
[Docs] Add the model serving translation document (#845)
* Update README_zh-CN.md

* Update README_zh-CN.md

* Add files via upload

* Update getting_started.md

* Update getting_started.md

* Update getting_started.md

* Add files via upload

* Update model_serving.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-03-17 19:53:13 +08:00