Commit Graph

798 Commits (8c1d299cb6b7356f87f86e3647f31aaa395d376f)
 

Author SHA1 Message Date
Miao Zheng ca1dc717ee
Update demo/MMSegmentation_Tutorial.ipynb 2022-11-21 11:09:08 +08:00
Miao Zheng 2b4dbcfb15
Update demo/MMSegmentation_Tutorial.ipynb 2022-11-21 11:08:26 +08:00
Miao Zheng 5ef9f6218e
Update demo/MMSegmentation_Tutorial.ipynb 2022-11-21 11:07:44 +08:00
VoyagerXvoyagerx 3bf399eb2f Add PyTorch installation before import torch. 2022-11-21 11:03:08 +08:00
VoyagerXVoyagerXisavailable bc013fbb05 fixed the AttributeError in show_result_pyplot() 2022-11-19 19:47:59 +08:00
Miao Zheng c56a299571
Merge pull request #2290 from xiexinch/fix_gt_padding
[Enhancement] Support padding in testing
2022-11-19 18:24:59 +08:00
xiexinch 4e12bcd053 fix data sample is None 2022-11-19 18:08:19 +08:00
xiexinch f915df4b0c remove gt padding 2022-11-19 17:38:10 +08:00
Miao Zheng 2f15bfe795
Merge pull request #2322 from MengzhangLI/fix_basesegdataset_typo
[Fix] Fix typo of BaseSegDataset docstring
2022-11-19 15:57:18 +08:00
MengzhangLI 2d4b113b5d [Fix] Fix typo of BaseSegDataset docstring 2022-11-18 17:20:03 +08:00
MingJian.L fd0fffc509
Update visualization.md 2022-11-18 10:58:43 +08:00
xiexinch 8fed7f543f add data_preprocessor ut 2022-11-17 11:10:40 +08:00
Miao Zheng a06bf4d663
Merge pull request #2304 from xiexinch/fix_swin_load
[Fix] Fix swin load state_dict
2022-11-15 21:56:42 +08:00
xiexinch 26e9729a84 fix swin load statedict 2022-11-15 16:55:49 +08:00
Miao Zheng a39b16f0f6
Merge pull request #2308 from xiexinch/fix_lint
[Fix] fix lint and pre-commit
2022-11-15 16:17:52 +08:00
xiexinch 921fdde032 fix lint 2022-11-15 15:58:24 +08:00
MingJian.L 2b854e64f1
Update visualization.md 2022-11-13 12:43:05 +08:00
MingJian.L ef0f56d88b
Update visualization.md 2022-11-12 21:01:38 +08:00
xiexinch d33af5215a fix ut 2022-11-10 18:42:18 +08:00
xiexinch d0b35cdacd fix get gt data 2022-11-10 14:28:20 +08:00
xiexinch 70daaaad59 support padding in test and fix remove gt padding at post_process 2022-11-10 14:21:05 +08:00
Miao Zheng 7927591a22
Merge pull request #2259 from kitecats/dev-1.x
Add MMEval projects like in README
2022-11-08 13:35:52 +08:00
kitecats 4d6d74e915
Update README_zh-CN.md 2022-11-03 21:17:28 +08:00
kitecats c2b4798d63
Update README.md 2022-11-03 21:16:19 +08:00
Miao Zheng 124ec8200f
Merge pull request #2088 from MengzhangLI/transforms_doc
[Doc] Update transforms Doc
2022-11-03 00:10:06 +08:00
Miao Zheng 0c87f7a0c9
Merge pull request #2253 from open-mmlab/dev-1.x
Merge MMSegmentation 1.x development branch dev-1.x to main branch 1.x
2022-11-02 18:34:40 +08:00
MeowZheng 96996271f2 lint 2022-11-02 18:14:20 +08:00
MeowZheng e9a1c7e0ae Merge branch '1.x' into dev-1.x 2022-11-02 18:09:15 +08:00
Miao Zheng eafb5da877
Merge pull request #2252 from MeowZheng/v1.0.0rc1
Bump V1.0.0rc1
2022-11-02 17:30:22 +08:00
MeowZheng 38c3145f4b refine changelog 2022-11-02 17:15:46 +08:00
MeowZheng ab26606214 typo 2022-11-02 17:12:16 +08:00
MeowZheng ddd2d6f27b fix 2022-11-02 17:00:32 +08:00
MeowZheng 84ed033246 Bump 1.0.0rc1 2022-11-02 16:49:12 +08:00
MeowZheng 85455100d5 Bump 1.0.0rc1 2022-11-02 16:48:28 +08:00
Miao Zheng e4bc52ef11
Merge pull request #2251 from MeowZheng/sync-1.x
Sync 1.x
2022-11-02 11:58:59 +08:00
Miao Zheng b07bb163a1 [Enhancement] Fix ci for 1.x (#2011)
* [Enhancement] Fix ci for 1.x

* circle ci

* lint and engien

* typo

* typo

* mim install mmcv

* python -m pip

* python -m pip

* python -m pip

* remove pt1.5

* remove pt1.5

* ignore high memory in win

* fix win and lint

* fix lint

* fix lint

* fix lint

* win

* win
2022-11-01 22:46:02 +08:00
Hakjin Lee 580bd38bbe Fix links in README (#2024) 2022-11-01 22:41:07 +08:00
Miao Zheng 7f4fb80047 [Fix] circle ci (#2019)
* [Fix] circle ci

* importlib

* python -m mim

* python -m cpverage

* typo
2022-11-01 22:40:39 +08:00
谢昕辰 b5715f3860 [Doc] Update config doc (#2048)
* Update config documentation

* add demos

* update examples

* update links
2022-11-01 21:37:29 +08:00
谢昕辰 2eaf7ee8b3 [Doc] Update inference doc (#2052)
* refactor inference doc

* introduce segdatasample

* add vis example

* fix

* Update docs/en/user_guides/3_inference.md

* update link

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-11-01 21:37:29 +08:00
谢昕辰 b8d87d7fe5 [Doc] Update train test doc (#2061)
* draft

* refine structure

* fix typo

* rename single gpu title and redefine --resume

* update introduction

* add notes to load_from
2022-11-01 21:37:29 +08:00
MingJian.L 650be56fcc Update get_started.md (#2148) 2022-11-01 21:37:27 +08:00
MengzhangLI 02d3793f0e
[Doc] Add Engine ZN doc (#2157)
* [Doc] Add Engine ZN doc

* refactor zh_cn doc

* refactor zh_cn doc

* change one subtitle place

* fix
2022-11-01 20:40:01 +08:00
Miao Zheng b21df463d4
[Feature] LIP dataset (#2187)
* [WIP] LIP dataset

* wip

* keep473

* lip dataset prepare

* add ut and test data
2022-10-31 20:47:52 +08:00
MengzhangLI a1f011dc0b
[Doc] Add Data Structures and Elements (#2070)
* [WIP][Doc] Add Data Structures and Elements

* fix

* add

* fix

* add chinses doc

* refactor

* fix

* fix typo

* fix

* fix

* fix typo

* Update docs/en/advanced_guides/structures.md

* Update docs/en/advanced_guides/structures.md

Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-10-28 22:22:44 +08:00
Miao Zheng 92ebba6c0e
[Doc] Add Migration documentation (#2066)
* wip

* [Doc] Migration

* [wip] add package changes

* remove zoo stat

* add dataset migration

* add package changes

* revise based on comments

* revise based on comments

* typo

* fix

* add engine requirements

* revise mmcv dependency
2022-10-28 21:20:15 +08:00
谢昕辰 a6a5a50518
modify results (#2113) 2022-10-27 13:07:53 +08:00
Miao Zheng 3d8fd35e26
[Feature]Add Decathlon dataset (#2227)
* [Feature]Add Decathlon dataset

* fix test data

* add file

* remove order

* revise default value for prefix

* modify example

* revise based on  comments

* add comments for ut
2022-10-26 20:10:42 +08:00
Qingyun 293a057b61
doc: add mmyolo to Projects in OpenMMLab in readme (#2220) 2022-10-21 19:57:55 +08:00
Miao Zheng ac9ee8c355
[Feature]Generate Edge for dataset (#2210)
* [WIP]Generate Edge for dataset

* add ut

* add repr

* add inti
2022-10-20 16:45:31 +08:00