谢昕辰
|
e566f986be
|
Merge branch 'dev-1.x' of github.com:open-mmlab/mmsegmentation into main (#2928)
|
2023-04-19 17:23:29 +08:00 |
谢昕辰
|
c448646a92
|
[Doc] Refine doc and fix links (#2821)
## Motivation
- Create the `main` branch
## Modification
Modify links from `dev-1.x` to `main`
|
2023-03-31 16:26:30 +08:00 |
谢昕辰
|
15979db1ec
|
[Doc] Add custom metrics document (#2799)
|
2023-03-30 15:21:07 +08:00 |
谢昕辰
|
1dd65813f9
|
[Doc] Add English version document of the Training Engine (#2797)
|
2023-03-30 14:19:13 +08:00 |
CSH
|
3c26531e69
|
[Doc] Update add_datasets docs (#2745)
|
2023-03-23 15:42:16 +08:00 |
Miao Zheng
|
1ea397509e
|
[Doc] Refine training tricks documentation (#2755)
|
2023-03-22 14:37:54 +08:00 |
CSH
|
6468d3150a
|
[Doc] Add zh_cn transforms doc and format en doc (#2722)
as title
|
2023-03-09 22:28:58 +08:00 |
CSH
|
645dcf8c49
|
[Doc] Add zh_cn evaluation doc and fix en typo (#2701)
as title
---------
Signed-off-by: csatsurnh <cshan1995@126.com>
|
2023-03-09 22:27:42 +08:00 |
CSH
|
6c3599bd9d
|
[Doc] Add zh_cn models doc and fix en doc typo (#2703)
as title
---------
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
|
2023-03-07 11:47:10 +08:00 |
CSH
|
e541d1acd4
|
[Doc] Add zh_cn add_models doc & fix link (#2702)
as title
|
2023-03-06 18:03:12 +08:00 |
Miao Zheng
|
aaa08dc4b2
|
[Doc] Refine MMSegmentation documentation (#2668)
|
2023-03-03 14:51:38 +08:00 |
谢昕辰
|
039ba5d4ca
|
[Feature] Support auto import modules from registry. (#2481)
## Motivation
The registry now supports auto-import modules from the given location.
register_all_modules before running is no longer needed. The modules
will be lazy-imported during building.
- [x] This PR can be merged after
https://github.com/open-mmlab/mmengine/pull/643. The MMEngine version
should be updated.
Ref: https://github.com/open-mmlab/mmdetection/pull/9143
|
2023-02-23 20:33:17 +08:00 |
MengzhangLI
|
b2577e0ba0
|
[Doc] Add EN custmized runtime doc in dev-1.x (#2533)
## Motivation
Translate Chinese version customized runtime doc into English
https://github.com/open-mmlab/mmsegmentation/pull/2502.
|
2023-02-07 14:47:22 +08:00 |
MengzhangLI
|
a115b10323
|
[Doc] Add EN datasets.md in dev-1.x (#2464)
Add English version of `datasets.md`, the Chinese version is in
https://github.com/open-mmlab/mmsegmentation/pull/2387.
Co-authored-by: MeowZheng <meowzheng@outlook.com>
|
2023-01-22 15:55:30 +08:00 |
谢昕辰
|
ad99ad1444
|
[Doc] Add dataflow document (#2403)
* draft
* update loss
* update
* add runner
* add steps
* update
|
2022-12-30 22:52:07 +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 |
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 |
谢昕辰
|
8b392946bb
|
[Doc] Add evaluation doc (#2077)
* introduction
* add evaluator doc and fix typo
* fix ut
* add test dataflow
* add runner reference
* add dataloader config
* fix typo
* minor change
|
2022-10-13 14:55:04 +08:00 |
谢昕辰
|
1413c75340
|
update model doc (#2160)
|
2022-10-08 21:01:07 +08:00 |
MengzhangLI
|
5b5968d203
|
fix typo
|
2022-10-08 17:17:05 +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 |
MengzhangLI
|
89f6647d1f
|
[Doc] Updata transforms Doc
|
2022-09-19 17:57:41 +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
|
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 |
谢昕辰
|
cc240ce551
|
[Refactor] Add transform tutorial for dev-1.x (#1985)
* transform tutorial
* fix
|
2022-08-29 18:21:22 +08:00 |
谢昕辰
|
179e128e0e
|
transform tutorial (#1953)
|
2022-08-23 14:19:11 +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 |