MengzhangLI
f678a5c974
[Doc] Add ZN Customized_runtime Doc in dev-1.x ( #2502 )
...
Old PR: https://github.com/open-mmlab/mmsegmentation/pull/2169
2023-01-19 16:29:56 +08:00
MengzhangLI
c2ba8ebac1
[Fix][Doc] Fix link of preprocessing and order of operations in ZN dataset.md doc. ( #2494 )
...
## Motivation
Ref:
https://github.com/open-mmlab/mmsegmentation/pull/2464#discussion_r1072211706
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2023-01-19 14:26:26 +08:00
谢昕辰
d505ec1c94
[Doc] Fix API document ( #2483 )
...
## Motivation
As title.
## Modification
- docs/en/api.rst
- docs/zh_cn/api.rst
- add `scipy` to readthedocs requirement.
2023-01-13 20:06:30 +08:00
MengzhangLI
546f3b5b20
[Doc] Update ZN dataset preparation of Synapse ( #2465 )
...
## Motivation
- Add Chinese version of Synapse dataset preparation.
- Modify all `,` and `。` to `,` and `.` in
`docs/zh_cn/user_guides/2_dataset_prepare.md`.
2023-01-11 11:50:47 +08:00
Fivethousand
3ca690bad3
[Feature] Add BioMedicalRandomGamma ( #2406 )
...
Add the random gamma correction transform for biomedical images, which
follows the design of the nnUNet.
2023-01-02 21:29:03 +08:00
MengzhangLI
3aa5c8cf84
[Doc] Change some content from customize_runtime to engine ZN doc ( #2341 )
...
* [Doc] Change some content from customize_runtime to engine ZN doc
* fix comments
* add customize runtime setting zn doc
* move optimizer content into one section
* fix
* fix
* fix
* fix
2022-12-30 22:52:07 +08:00
tianlei
4eb366b07c
CodeCamp #1565 [Doc] update the Chinese version of get_started.md ( #2417 )
...
* DOC
Update docs/zh_cn/get_started.md
Co-authored-by: 谢昕辰 <xiexinch@outlook.com>
2022-12-30 22:52:07 +08:00
MengzhangLI
3001e93512
[Doc] Add ZN datasets.md in dev-1.x ( #2387 )
...
* [Doc] Add ZN datasets.md in dev-1.x
* fix typo
* fix
* fix
2022-12-30 22:52:07 +08:00
tianlei
ad2fdc3702
CodeCamp #1562 [Doc] Add Chinese version of overview.md ( #2397 )
...
* CodeCamp #1562 [Doc] update `overview.md`
* Update overview.md
* Update docs/zh_cn/overview.md
Co-authored-by: 谢昕辰 <xiexinch@outlook.com>
* Update docs/zh_cn/overview.md
Co-authored-by: 谢昕辰 <xiexinch@outlook.com>
2022-12-30 22:52:07 +08:00
BLUE-coconut
82a48ce1bf
CodeCamp #147 [Doc] Add Chinese version of train & test tutorial (2355)
...
doc
modify part of content
changed parts of content
modified
Update docs/zh_cn/user_guides/4_train_test.md
Co-authored-by: 谢昕辰 <xiexinch@outlook.com>
2022-12-30 22:52:07 +08:00
pofengdenihong
665fa4c736
CodeCamp #144 [Doc] Chinese version of config tutorial (2371)
...
* [Doc]Translate the 1_config.md and modify a wrong statement in 1_config.md
* Translate the 1_config.md and modify a wrong statement in 1_config.md
* Modify some expressions
* Apply suggestions from code review
2022-12-30 22:51:19 +08:00
xiexinch
6d3464a613
fix lint
2022-11-29 19:20:25 +08:00
MingJian.L
ccc20052ee
Update visualization.md
2022-11-29 18:49:14 +08:00
MingJian.L
5d3ecd1686
Update visualization.md
2022-11-29 14:34:28 +08:00
MingJian.L
840b5b7320
Update visualization.md
2022-11-23 13:04:48 +08:00
MingJian.L
fd0fffc509
Update visualization.md
2022-11-18 10:58:43 +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
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
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
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
谢昕辰
230246f557
[Refactor] Add pyupgrade pre-commit hook ( #2078 )
...
* add pyupgrade hook
* run pyupgrade precommit hook
2022-09-19 14:06:29 +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
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
谢昕辰
94481d52f1
[Doc] Update API doc ( #1888 )
...
* update api doc
* fix
* fix
2022-08-19 20:50:02 +08:00
xiexinch
c1c870af31
rename init/inference_segmentor to init/inference_model
2022-07-12 16:19:59 +08:00
xiexinch
28a3d89b7a
Update pre-commit yaml and md2yml.py
2022-07-05 15:58:48 +08:00
zhengmiao
478da81c8b
[Fix] Optimizer-> OptimWrapper
2022-06-02 05:19:36 +00:00
MengzhangLI
7f1a72ac42
Bump version to v0.24.1 ( #1541 )
...
* Bump version to v0.24.1
* version.py
* changelog.md
2022-05-01 14:06:04 +08:00
Miao Zheng
f33b7cafc8
Bump version to v0.24.0 ( #1533 )
...
* [WIP] Bump version to v0.24.0
* changelog
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* Update docs/en/changelog.md
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
* words
* typo
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-04-29 22:23:02 +08:00
MengzhangLI
e9bfabe434
[Doc] Add more clearly statement of CPU training/inference ( #1518 )
...
* [Doc] Add more clearly statement of CPU training/inference
* Update docs/en/inference.md
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-04-29 16:41:32 +08:00
Miao Zheng
464ebab53e
[Enhancement] MMCV maximum_version set to 1.6 ( #1480 )
...
* [Enhancement] MMCV maximum_version set to 1.6
* [Enhancement] MMCV maximum_version set to 1.6
2022-04-19 16:19:56 +08:00
AmirMasoud Nourollah
cc202a1664
Updating Dockerfiles From Docker Directory and get_started.md to Reach Last Stable Version of Python, PyTorch and MMCV ( #1446 )
...
* Update Dockerfile
Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10
* Update Dockerfile for serve
Compatible with the latest version of MMCV and PyTorch for compatibility with Python3.10
* Updating to the last version of supported Python
* Update Dockerfile
* Update get_started.md
* Update docs/zh_cn/get_started.md
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-04-04 20:16:50 +08:00
kahkeng
1a7c045867
[Docs] Fix typo ( #1447 )
...
* Fix small typo in documentation title
* Fix typo in documentation title (zh_cn version)
2022-04-04 15:02:52 +08:00
Miao Zheng
bf745ca09c
Bump version to v0.23.0 ( #1439 )
...
* Bump version to v0.23.0
* new contributor
* rephrase
* tyoi
* typo
* get_started
* typo
* rephrase
* rephrase
* rephrase
2022-04-01 15:43:19 +08:00
MengzhangLI
cc89c8d18d
[Fix] Add avg_non_ignore in cross entropy loss ( #1409 )
...
* [Fix] Add avg_non_ignore in cross entropy loss
* [Fix] Add avg_non_ignore in cross entropy loss
* add docstring
* fix ut
* fix docstring and comments
* fix
* fix bce
* fix avg_factor in BCE and add more ut
* add avg_non_ignore
* add more ut
* fix part of ut
* fix part of ut
* test avg_non_ignore would not affect ce/bce when reduction none/sum
* test avg_non_ignore would not affect ce/bce when reduction none/sum/mean
* re-organize ut
* re-organize ut
* re-organize ut
* re-organize hardcode case
* fix parts of comments
* fix another parts of comments
* fix
2022-03-30 18:32:47 +08:00
Rockey
41d5c13df1
[Docs] add faq document ( #1420 )
...
* [Docs] add faq document
* Update docs/en/faq.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* Update docs/zh_cn/faq.md
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
* modify readme
* modify index.rst
Co-authored-by: Junjun2016 <hejunjun@sjtu.edu.cn>
2022-03-28 16:50:41 +08:00
CCODING
97259d02fa
fix word spelling mistake ( #1424 )
2022-03-28 16:06:53 +08:00
Rockey
6701c34db8
[Fix] fix the config name style description ( #1414 )
2022-03-24 14:57:20 +08:00
FangjianLin
415b20febd
[Feature] Add multi machine `dist_train`. ( #1383 )
...
* Add training startup documentation
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
2022-03-18 10:55:49 +08:00
MengzhangLI
67e0f9dd15
Bump v0.22.0 ( #1347 )
...
* change version to v0.22.0
* change version to v0.22.0
* add mmcls version in get_started.md
* add mmcls installation and move PR1299 into enhancement
* add mmcls installation and move PR1299 into enhancement
* remove MMCLS and make mmcv <=1.5.0 version in get_started.md
* fix typo
2022-03-04 22:17:29 +08:00
Waterman0524
a93423e1fd
[Feature] Support iSAID aerial dataset. ( #1115 )
...
* support iSAID aerial dataset
* Update and rename docs/dataset_prepare.md to 博士/dataset_prepare.md
* Update dataset_prepare.md
* fix typo
* fix typo
* fix typo
* remove imgviz
* fix wrong order in annotation name
* upload models&logs
* upload models&logs
* add load_annotations
* fix unittest coverage
* fix unittest coverage
* fix correct crop size in config
* fix iSAID unit test
* fix iSAID unit test
* fix typos
* fix wrong crop size in readme
* use smaller figure as test data
* add smaller dataset in test data
* add blank in docs
* use 0 bytes pseudo data
* add footnote and comments for crop size
* change iSAID to isaid and add default value in it
* change iSAID to isaid in _base_
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-02-17 19:07:32 +08:00
MengzhangLI
8e8cb06f52
[Enhancement] Update the installation of MMCV ( #1275 )
...
* Update the installation of MMCV
* use matrix.torch_version
* fix typo in doc
* fix docs
* fix colab
* change docs
2022-02-15 22:18:39 +08:00
Range King
8a33102d14
[Docs] Fix typo ( #1263 )
...
1. Fix img path typo in `useful_tools.md`, `zh_cn/model_zoo.md`, and `zh_cn/train.md`
2. Add missing content in `zh_cn/useful_tools.md` to to match `en/useful_tools.md`
2022-02-07 23:20:29 +08:00
MengzhangLI
a83f715bb8
Bump v0.21.0 ( #1258 )
...
* change version to v0.21.0
* change version to v0.21.0
* change version to v0.21.0
* change version to v0.21.0
2022-01-29 18:30:13 +08:00
MengzhangLI
574b195be1
[Enhance] New-style CPU training and inference. ( #1251 )
...
* [Enhance] New-style CPU training and inference.
* assert mmcv version
* SyncBN to BN in training and testing
* SyncBN to BN in training and testing
* upload untracked files to this branch
* delete gpu_ids
* fix bugs
* assert args.gpu_id in train.py
* use cfg.gpu_ids = [args.gpu_id]
* use cfg.gpu_ids = [args.gpu_id]
* fix typo
* fix typo
* fix typos
2022-01-28 23:03:01 +08:00
Rockey
da1fcf5da3
[Docs] Add MultiImageMixDataset tutorial ( #1194 )
...
* [Docs] Add MultiImageMixDataset tutorial
* modify to randommosaic
* fix markdown
2022-01-24 15:48:54 +08:00
MengzhangLI
fe42371297
[Feature] Support ISPRS Vaihingen Dataset. ( #1171 )
...
* Add Vaihingen
* upload models&logs of vaihingen
* fix unit test
* fix dataset pipeline
* fix unit test coverage
* fix vaihingen docstring
2022-01-22 20:27:51 +08:00
Kingdrone
634fbceab0
[Feature] Support ISPRS Potsdam Dataset. ( #1097 )
...
* add isprs potsdam dataset
* add isprs dataset configs
* fix lint error
* fix potsdam conversion bug
* fix error in potsdam class
* fix error in potsdam class
* add vaihingen dataset
* add vaihingen dataset
* add vaihingen dataset
* fix some description errors.
* fix some description errors.
* fix some description errors.
* upload models & logs of Potsdam
* remove vaihingen and add unit test
* add chinese readme
* add pseudodataset
* use mmcv and add class_names
* use f-string
* add new dataset unittest
* add docstring and remove global variables args
* fix metafile error in PSPNet
* fix pretrained value
* Add dataset info
* fix typo
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
2022-01-18 14:15:15 +08:00
Junjun2016
e0b4f556d4
[Fix] Fix the model statistics in doc for readthedoc #1153
2021-12-20 23:52:53 +08:00