MMDetection

OpenMMLab 检测工具箱和基准测试。(Open MMLab Detection Toolbox)

Github stars Tracking Chart

MMDetection

News: We released the technical report on ArXiv.

Documentation: https://mmdetection.readthedocs.io/

Introduction

The master branch works with PyTorch 1.1 or higher.

mmdetection is an open source object detection toolbox based on PyTorch. It is
a part of the open-mmlab project developed by Multimedia Laboratory, CUHK.

demo image

Major features

  • Modular Design

    We decompose the detection framework into different components and one can easily construct a customized object detection framework by combining different modules.

  • Support of multiple frameworks out of box

    The toolbox directly supports popular and contemporary detection frameworks, e.g. Faster RCNN, Mask RCNN, RetinaNet, etc.

  • High efficiency

    All basic bbox and mask operations run on GPUs now. The training speed is faster than or comparable to other codebases, including Detectron, maskrcnn-benchmark and SimpleDet.

  • State of the art

    The toolbox stems from the codebase developed by the MMDet team, who won COCO Detection Challenge in 2018, and we keep pushing it forward.

Apart from MMDetection, we also released a library mmcv for computer vision research, which is heavily depended on by this toolbox.

License

This project is released under the Apache 2.0 license.

Changelog

v1.0.0 was released in 30/1/2020, with more than 20 fixes and improvements.
Please refer to CHANGELOG.md for details and release history.

Benchmark and model zoo

Supported methods and backbones are shown in the below table.
Results and models are available in the Model zoo.

Overview

Name With Owneropen-mmlab/mmdetection
Primary LanguagePython
Program languageShell (Language Count: 3)
PlatformLinux, Mac
License:Apache License 2.0
Release Count58
Last Release Namev3.3.0 (Posted on )
First Release Namev0.6rc0 (Posted on )
Created At2018-08-22 07:06:06
Pushed At2024-05-14 10:33:11
Last Commit At2023-02-28 10:17:10
Stargazers Count28k
Watchers Count369
Fork Count9.2k
Commits Count2.7k
Has Issues Enabled
Issues Count8083
Issue Open Count1419
Pull Requests Count2358
Pull Requests Open Count166
Pull Requests Close Count615
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top