docs/en/overview.md
This chapter introduces you to the framework of MMDetection, and provides links to detailed tutorials about MMDetection.
MMDetection is an object detection toolbox that contains a rich set of object detection, instance segmentation, and panoptic segmentation methods as well as related components and modules, and below is its whole framework:
MMDetection consists of 7 main parts, apis, structures, datasets, models, engine, evaluation and visualization.
Here is a detailed step-by-step guide to learn more about MMDetection:
For installation instructions, please see get_started.
Refer to the below tutorials for the basic usage of MMDetection.
Refer to the below tutorials to dive deeper:
For users of MMDetection 2.x version, we provide a guide to help you adapt to the new version. You can find it in the migration guide.