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
@@ -68,22 +73,42 @@ The master branch works with **PyTorch 1.5+**.
68
73
69
74
Apart from MMDetection, we also released a library [mmcv](https://github.com/open-mmlab/mmcv) for computer vision research, which is heavily depended on by this toolbox.
70
75
71
-
## License
72
-
73
-
This project is released under the [Apache 2.0 license](LICENSE).
74
-
75
-
## Changelog
76
+
## What's New
76
77
77
-
**2.24.1** was released in 30/4/2022:
78
+
**2.25.0** was released in 1/6/2022:
78
79
79
-
- Support [Simple Copy Paste](configs/simple_copy_paste)
80
-
- Support automatically scaling LR according to GPU number and samples per GPU
81
-
- Support Class Aware Sampler that improves performance on OpenImages Dataset
80
+
- Support dedicated `MMDetWandbHook` hook
81
+
- Support [ConvNeXt](configs/convnext), [DDOD](configs/ddod), [SOLOv2](configs/solov2)
82
+
- Support [Mask2Former](configs/mask2former) for instance segmentation
83
+
- Rename [config files of Mask2Former](configs/mask2former)
82
84
83
85
Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
84
86
85
87
For compatibility changes between different versions of MMDetection, please refer to [compatibility.md](docs/en/compatibility.md).
86
88
89
+
## Installation
90
+
91
+
Please refer to [Installation](docs/en/get_started.md/#Installation) for installation instructions.
92
+
93
+
## Getting Started
94
+
95
+
Please see [get_started.md](docs/en/get_started.md) for the basic usage of MMDetection. We provide [colab tutorial](demo/MMDet_Tutorial.ipynb) and [instance segmentation colab tutorial](demo/MMDet_InstanceSeg_Tutorial.ipynb), and other tutorials for:
@@ -270,15 +299,7 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md).
270
299
271
300
Some other methods are also supported in [projects using MMDetection](./docs/en/projects.md).
272
301
273
-
## Installation
274
-
275
-
Please refer to [get_started.md](docs/en/get_started.md) for installation.
276
-
277
-
## Getting Started
278
-
279
-
Please see [get_started.md](docs/en/get_started.md) for the basic usage of MMDetection.
280
-
We provide [detection colab tutorial](demo/MMDet_Tutorial.ipynb) and [instance segmentation colab tutorial](demo/MMDet_InstanceSeg_Tutorial.ipynb), and full guidance for quick run [with existing dataset](docs/en/1_exist_data_model.md) and [with new dataset](docs/en/2_new_data_model.md) for beginners.
281
-
There are also tutorials for [finetuning models](docs/en/tutorials/finetune.md), [adding new dataset](docs/en/tutorials/customize_dataset.md), [designing data pipeline](docs/en/tutorials/data_pipeline.md), [customizing models](docs/en/tutorials/customize_models.md), [customizing runtime settings](docs/en/tutorials/customize_runtime.md) and [useful tools](docs/en/useful_tools.md).
302
+
## FAQ
282
303
283
304
Please refer to [FAQ](docs/en/faq.md) for frequently asked questions.
284
305
@@ -309,6 +330,10 @@ If you use this toolbox or benchmark in your research, please cite this project.
309
330
}
310
331
```
311
332
333
+
## License
334
+
335
+
This project is released under the [Apache 2.0 license](LICENSE).
336
+
312
337
## Projects in OpenMMLab
313
338
314
339
-[MMCV](https://github.com/open-mmlab/mmcv): OpenMMLab foundational library for computer vision.
0 commit comments