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
76
+
## What's New
72
77
73
-
This project is released under the [Apache 2.0 license](LICENSE).
78
+
**2.25.0** was released in 1/6/2022:
74
79
75
-
## Changelog
76
-
77
-
**2.24.1** was released in 30/4/2022:
78
-
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:
@@ -272,15 +299,7 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md).
272
299
273
300
Some other methods are also supported in [projects using MMDetection](./docs/en/projects.md).
274
301
275
-
## Installation
276
-
277
-
Please refer to [get_started.md](docs/en/get_started.md) for installation.
278
-
279
-
## Getting Started
280
-
281
-
Please see [get_started.md](docs/en/get_started.md) for the basic usage of MMDetection.
282
-
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.
283
-
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
284
303
285
304
Please refer to [FAQ](docs/en/faq.md) for frequently asked questions.
286
305
@@ -311,6 +330,10 @@ If you use this toolbox or benchmark in your research, please cite this project.
311
330
}
312
331
```
313
332
333
+
## License
334
+
335
+
This project is released under the [Apache 2.0 license](LICENSE).
336
+
314
337
## Projects in OpenMMLab
315
338
316
339
-[MMCV](https://github.com/open-mmlab/mmcv): OpenMMLab foundational library for computer vision.
0 commit comments