MingJian.L
fd6e42de76
Update get_started.md ( #2148 )
2022-10-08 11:09:47 +08:00
Miao Zheng
f87c05308b
[Fix] Fix MMSegmentation colab demo ( #2089 )
...
* [WIP] Fix MMSegmentation colab demo
* wip
* fix
* revise config
* seg branch
* colab link
* engine install
* demo image
* remove inference
* fix inference pipeline
* typo
2022-09-30 14:15:39 +08:00
MengzhangLI
e9519559f9
[Doc] Add Data Structure chinese doc ( #2129 )
...
* [Doc] Add Data Structure chinese doc
* Update docs/zh_cn/advanced_guides/structures.md
* Update docs/zh_cn/advanced_guides/structures.md
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-09-30 14:00:30 +08:00
MengzhangLI
c8eb30329c
[Fix] Fix typo in visualization.md ( #2116 )
2022-09-29 19:30:53 +08:00
谢昕辰
5d1faeabf0
[Doc] Update add module doc ( #2067 )
...
* develop segmentor and remove custom optim
* update segmentor example
* add data preprocessor
* refine intro
2022-09-29 16:42:19 +08:00
谢昕辰
b3b7629d38
[Fix] Fix binary segmentation ( #2101 )
...
* add out_channels
* fix forward
* add decode_head ut
* add segmentor ut
* refine postprocess
* fix
2022-09-27 16:49:38 +08:00
Miao Zheng
2a183283f5
[Enhancement]Add `out_file` in add_datasample to directly save image ( #2090 )
...
* [Enhancement]Add `out_file` in add_datasample to for save vis image directly
* comments
* ut
2022-09-20 15:23:13 +08:00
MengzhangLI
89f6647d1f
[Doc] Updata transforms Doc
2022-09-19 17:57:41 +08:00
谢昕辰
230246f557
[Refactor] Add pyupgrade pre-commit hook ( #2078 )
...
* add pyupgrade hook
* run pyupgrade precommit hook
2022-09-19 14:06:29 +08:00
谢昕辰
52ce34cef9
[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-09-16 19:36:13 +08:00
Miao Zheng
eef38883c8
[Docs] Add Overview ( #2042 )
...
* [Docs] Add Overview
* comments
* refine
* refine
2022-09-16 18:51:56 +08:00
Miao Zheng
3388cfd475
[Refactor]Resume do not specify ckpt ( #2074 )
...
* [Refactor]Resume do not specify ckpt
* add default false value
2022-09-15 15:11:31 +08:00
MengzhangLI
0097dfbabc
[Fix] Fix segmenter-vit-s_fcn config ( #2037 )
2022-09-14 22:31:39 +08:00
MengzhangLI
bff8a98d81
[Doc] Update Data Preparation and Visualization doc ( #2054 )
...
* [Doc] Update Data Preparation and Visualization doc
* upload visualization figure example
* fix
* fix
* delete demo image
* remove segvisualizer
* fix
* fix
* fix
2022-09-14 22:27:12 +08:00
谢昕辰
775ef3cba0
[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-09-14 16:58:19 +08:00
谢昕辰
b4941da3d2
[Doc] Update config doc ( #2048 )
...
* Update config documentation
* add demos
* update examples
* update links
2022-09-14 16:02:40 +08:00
Miao Zheng
fffb9e2588
[Del] Remove ops ( #2063 )
2022-09-13 15:47:42 +08:00
MengzhangLI
8aca73e187
[CI] Fix CI ( #2029 )
...
* [CI] Fix CI
* fix wrong command
* remove mmcv
* fix lint error
* add pytorch install
* fix pytorch installation
* fix mmengine error
* fix mmcv installation in pr_stage
* fix docstring coverage in lint and delete cu102 in pr_stage windows
* fix lint.yml and reset test.yml
* ignore some ut in build_windows of pr_stage
* test merge stage test
* fix mmseg dependencies in pr_stage_test.yml
* delete redundant lines in pr_stage and fix mmseg dependencies in mr_stage
* fix error in merge_stage
* delete python -m in merge_stage
* fix error in merge_stage
* let mmcv installation before mmengine
* fix error of mmcv not found
* fix ut error in merge)stage_test.yml
* fix build_windows ut in metge_stage
* fix error
* fix windows error of merge_stag
* Update .github/workflows/merge_stage_test.yml
* Update .github/workflows/merge_stage_test.yml
* Update .github/workflows/merge_stage_test.yml
* fix error
* delete skip timm ut
* add requitements/optinal.txt in test.yml
* Update .github/workflows/merge_stage_test.yml
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-09-13 13:43:13 +08:00
Miao Zheng
6cdc2c4a8a
[Fix] circle ci ( #2019 )
...
* [Fix] circle ci
* importlib
* python -m mim
* python -m cpverage
* typo
2022-09-05 18:54:21 +08:00
Hakjin Lee
cf1577c9c3
Fix links in README ( #2024 )
2022-09-05 12:20:52 +08:00
Miao Zheng
a57855b634
[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-09-02 20:42:16 +08:00
yancong
60f0415932
chore(setup.py): add mim extras_requires ( #2012 )
2022-09-01 17:30:54 +08:00
Miao Zheng
87a1d32221
Add changelog for MMSeg 1.0.0rc0 ( #2007 )
...
* Bump 1.0.0rc0
* rephase
* rephase
2022-09-01 00:19:51 +08:00
Miao Zheng
8f5dcc8579
[Fix] README for mmseg 1.x ( #2009 )
...
* [Fix] README for mmseg 1.x
* typo
* link and refine
2022-09-01 00:03:51 +08:00
Miao Zheng
211584ffa2
[Fix] Revise MMEngine mim version ( #2008 )
2022-08-31 22:09:48 +08:00
Miao Zheng
309528de8d
[Refactor] Refine documentation ( #1993 )
...
* [WIP] Refine documentation
* get started done
* config refine
* train_test
* refine user guides
* add contribution
* add contribution
* refine visualization
* advanced tutorial
* advanced guides
* tricks
* refine zh doc
* refactor changelog
2022-08-31 20:54:15 +08:00
Miao Zheng
8ba80176a5
[Enhancement] version check codebase from openmmlab ( #2006 )
2022-08-31 18:46:43 +08:00
Miao Zheng
ef111dff8b
[Fix] browse dataset ( #2005 )
2022-08-31 18:08:45 +08:00
Miao Zheng
2724d47f71
[Fix] Add out-file in demo and show_result_pyplot ( #2004 )
2022-08-31 17:44:41 +08:00
MengzhangLI
8ce7055d1a
[Fix] Fix mmengine dump of tversky ut in dev-1.x ( #2001 )
2022-08-31 12:01:55 +08:00
MengzhangLI
ee7f340dff
[Feature] Support Tversky Loss in dev-1.x branch ( #2000 )
2022-08-31 10:58:21 +08:00
MengzhangLI
bd1097ac02
[Fix] Fix several config file errors in 2.0 (New) ( #1994 )
...
* [Fix] Fix several config file errors in 2.0
* change _base_ config file name in configs
2022-08-30 20:20:05 +08:00
谢昕辰
ae5c13e927
[Refactor] Inference and train tutorials for 1.x ( #1952 )
...
* inference, train_test tutorial
* fix
* add --work-dir
2022-08-29 19:47:03 +08:00
谢昕辰
99a8f59b70
visual tutorial ( #1984 )
2022-08-29 19:45:30 +08:00
Miao Zheng
aed1886724
[Fix] benckmark script ( #1991 )
2022-08-29 18:51:24 +08:00
谢昕辰
cc240ce551
[Refactor] Add transform tutorial for dev-1.x ( #1985 )
...
* transform tutorial
* fix
2022-08-29 18:21:22 +08:00
Miao Zheng
adec7f2d65
[Fix] Add `by_epoch=False` for log processor ( #1987 )
2022-08-29 12:05:58 +08:00
Miao Zheng
032ad84375
[Fix] Config name in ut ( #1978 )
...
* [Fix] Config name in ut
* lint
2022-08-26 21:20:26 +08:00
Miao Zheng
c5bcf9991b
[Fix] batch size for citys in cfg file name ( #1977 )
2022-08-26 20:49:43 +08:00
谢昕辰
a3a144a361
[Refactor] Update config names ( #1964 )
...
* rename ann configs
* update ann yml
* update
* update
* update
* update
* update
* update ann readme
* update
* update deeplabv3
* update readme
* fix yml
* fix beit
2022-08-26 18:48:56 +08:00
Miao Zheng
ef2152fd54
[Fix] Fix inputs dtype convert in data preprocessor ( #1975 )
2022-08-26 17:25:48 +08:00
Miao Zheng
8de0050f25
[Refactor] data flow ( #1956 )
...
* [WIP] Refactor data flow
* model return
* [WIP] Refactor data flow
* support data_samples is optional
* fix benchmark
* fix base
* minors
* rebase
* fix api
* ut
* fix api inference
* comments
* docstring
* docstring
* docstring
* fix bug of slide inference
* add assert c > 1
2022-08-26 15:54:23 +08:00
Miao Zheng
50546da85c
[Fix]Remove modules from mmcv.runner and mmcv.utils ( #1966 )
...
* [WIP] mmcv-clean
* [WIP]Remove modules from mmcv.runner and mmcv.utils
* wip
* fix import mmengine
* remove ut
* loadcheckpoint in mae
2022-08-25 15:15:21 +08:00
谢昕辰
c93210262a
[Refactor] Config tutorial for 1.x ( #1951 )
...
* config tutorial
* update config name convention
* minor change
* rewrite name
2022-08-24 15:54:49 +08:00
谢昕辰
179e128e0e
transform tutorial ( #1953 )
2022-08-23 14:19:11 +08:00
谢昕辰
8f2c657de8
[Refactor] Dataset tutorial for 1.x ( #1932 )
...
* modify scripts dirname
* update links
2022-08-19 20:50:03 +08:00
谢昕辰
3d98c25052
fix base dataset ( #1926 )
2022-08-19 20:50:03 +08:00
谢昕辰
13b108dbc8
[Enhancement] Support custom runner ( #1923 )
...
* support custom runner
* fix
2022-08-19 20:50:03 +08:00
Miao Zheng
45b63c584f
[Doc] MMSeg 1.x Documentation ( #1924 )
...
* [Doc] MMSeg 1.x Documentation
* revise index
2022-08-19 20:50:03 +08:00
谢昕辰
03405dcbb6
fix logger cfg ( #1894 )
2022-08-19 20:50:03 +08:00