You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MMSegmentation is an open source semantic segmentation toolbox based on PyTorch.
39
-
It is a part of the OpenMMLab project.
49
+
It is a part of the [OpenMMLab](https://openmmlab.com/) project.
40
50
41
51
The master branch works with **PyTorch 1.5+**.
42
52
43
53

44
54
45
-
### Major features
55
+
<detailsopen>
56
+
<summary>Major features</summary>
46
57
47
58
-**Unified Benchmark**
48
59
@@ -60,15 +71,31 @@ The master branch works with **PyTorch 1.5+**.
60
71
61
72
The training speed is faster than or comparable to other codebases.
62
73
63
-
## License
64
-
65
-
This project is released under the [Apache 2.0 license](LICENSE).
74
+
</details>
66
75
67
-
## Changelog
76
+
## What's New
68
77
69
78
v0.24.1 was released in 5/1/2022.
70
79
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
71
80
81
+
## Installation
82
+
83
+
Please refer to [get_started.md](docs/en/get_started.md#installation) for installation and [dataset_prepare.md](docs/en/dataset_prepare.md#prepare-datasets) for dataset preparation.
84
+
85
+
## Get Started
86
+
87
+
Please see [train.md](docs/en/train.md) and [inference.md](docs/en/inference.md) for the basic usage of MMSegmentation.
A Colab tutorial is also provided. You may preview the notebook [here](demo/MMSegmentation_Tutorial.ipynb) or directly [run](https://colab.research.google.com/github/open-mmlab/mmsegmentation/blob/master/demo/MMSegmentation_Tutorial.ipynb) on Colab.
98
+
72
99
## Benchmark and model zoo
73
100
74
101
Results and models are available in the [model zoo](docs/en/model_zoo.md).
Please refer to [get_started.md](docs/en/get_started.md#installation) for installation and [dataset_prepare.md](docs/en/dataset_prepare.md#prepare-datasets) for dataset preparation.
176
+
Please refer to [FAQ](docs/en/faq.md) for frequently asked questions.
150
177
151
-
## Get Started
178
+
## Contributing
152
179
153
-
Please see [train.md](docs/en/train.md) and [inference.md](docs/en/inference.md) for the basic usage of MMSegmentation.
154
-
There are also tutorials for [customizing dataset](docs/en/tutorials/customize_datasets.md), [designing data pipeline](docs/en/tutorials/data_pipeline.md), [customizing modules](docs/en/tutorials/customize_models.md), and [customizing runtime](docs/en/tutorials/customize_runtime.md).
155
-
We also provide many [training tricks](docs/en/tutorials/training_tricks.md) for better training and [useful tools](docs/en/useful_tools.md) for deployment.
180
+
We appreciate all contributions to improve MMSegmentation. Please refer to [CONTRIBUTING.md](.github/CONTRIBUTING.md) for the contributing guideline.
156
181
157
-
A Colab tutorial is also provided. You may preview the notebook [here](demo/MMSegmentation_Tutorial.ipynb) or directly [run](https://colab.research.google.com/github/open-mmlab/mmsegmentation/blob/master/demo/MMSegmentation_Tutorial.ipynb) on Colab.
182
+
## Acknowledgement
158
183
159
-
Please refer to [FAQ](docs/en/faq.md) for frequently asked questions.
184
+
MMSegmentation is an open source project that welcome any contribution and feedback.
185
+
We wish that the toolbox and benchmark could serve the growing research
186
+
community by providing a flexible as well as standardized toolkit to reimplement existing methods
187
+
and develop their own new semantic segmentation methods.
160
188
161
189
## Citation
162
190
@@ -171,16 +199,9 @@ If you find this project useful in your research, please consider cite:
171
199
}
172
200
```
173
201
174
-
## Contributing
175
-
176
-
We appreciate all contributions to improve MMSegmentation. Please refer to [CONTRIBUTING.md](.github/CONTRIBUTING.md) for the contributing guideline.
177
-
178
-
## Acknowledgement
202
+
## License
179
203
180
-
MMSegmentation is an open source project that welcome any contribution and feedback.
181
-
We wish that the toolbox and benchmark could serve the growing research
182
-
community by providing a flexible as well as standardized toolkit to reimplement existing methods
183
-
and develop their own new semantic segmentation methods.
204
+
This project is released under the [Apache 2.0 license](LICENSE).
0 commit comments