オブジェクト検出とインスタンスセグメンテーション手法の豊富なセットと関連するコンポーネントやモジュールを含むオブジェクト検出ツールボックス「MMDetection」を紹介する。このツールボックスは、COCOチャレンジ2018の検出トラックで優勝したMMDetectionチームのコードベースから始まった。それは徐々に、多くの一般的な検出手法と現代的なモジュールをカバーする統一されたプラットフォームへと進化している。訓練コードや推論コードだけでなく、200以上のネットワークモデルのための重みも提供している。このツールボックスは、圧倒的に最も完全な検出ツールボックスであると考えている。本論文では、このツールボックスの様々な特徴を紹介する。また、異なる手法、コンポーネント、およびそのハイパーパラメータについてのベンチマーク調査も行う。このツールボックスとベンチマークが、既存の手法を再実装したり、独自の新しい検出器を開発したりするための柔軟なツールキットを提供することで、成長する研究コミュニティに貢献できることを願っている。コードとモデルは https://github.com/open-mmlab/mmdetection から入手可能。このプロジェクトは活発に開発中であり、このドキュメントは今後も更新される予定である。
We present MMDetection, an object detection toolbox that contains a rich set of object detection and instance segmentation methods as well as related components and modules. The toolbox started from a codebase of MMDet team who won the detection track of COCO Challenge 2018. It gradually evolves into a unified platform that covers many popular detection methods and contemporary modules. It not only includes training and inference codes, but also provides weights for more than 200 network models. We believe this toolbox is by far the most complete detection toolbox. In this paper, we introduce the various features of this toolbox. In addition, we also conduct a benchmarking study on different methods, components, and their hyper-parameters. We wish that the toolbox and benchmark could serve the growing research community by providing a flexible toolkit to reimplement existing methods and develop their own new detectors. Code and models are available at https://github.com/open-mmlab/mmdetection. The project is under active development and we will keep this document updated.