Skip to content
Snippets Groups Projects
Select Git revision
  • 406ce50b6cb5351b2000afff8b9acd7922c98be2
  • master default protected
  • dev
  • v0.5.0
4 results

mmdetection3d

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    zhangwenwei authored
    add dataset docstrings and refine core docstrings
    
    See merge request open-mmlab/mmdet.3d!147
    406ce50b
    History

    News: We released the codebase v0.1.0.

    Documentation: https://mmdetection3d.readthedocs.io/

    Introduction

    The master branch works with PyTorch 1.3 to 1.5.

    MMDetection3D is an open source object detection toolbox based on PyTorch, towards the next-generation platform for general 3D detection. It is a part of the OpenMMLab project developed by MMLab.

    demo image

    Major features

    • Support multi-modality/single-modality detectors out of box

      It directly supports multi-modality/single-modality detectors including MVXNet, VoteNet, PointPillars, etc.

    • Support indoor/outdoor 3D detection out of box

      It directly supports popular indoor and outdoor 3D detection datasets, including ScanNet, SUNRGB-D, nuScenes, Lyft, and KITTI.

    • Natural integration with 2D detection

      All the about 300 models, methods of 40+ papers, and modules supported in MMDetection can be trained or used in this codebase.

    • High efficiency

      It trains faster than other codebases.

    Apart from MMDetection3D, we also released a library MMDetection and MMCV for computer vision research, which are heavily depended on by this toolbox. Like MMDetection and MMCV, MMDetection3D can also be used as a library to support different projects on top of it.

    License

    This project is released under the Apache 2.0 license.

    Changelog

    v0.1.0 was released in 9/7/2020. 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.

    ResNet ResNeXt SENet PointNet++ HRNet RegNetX Res2Net
    SECOND
    PointPillars
    FreeAnchor
    VoteNet
    Part-A2
    MVXNet

    Other features

    Note: All the about 300 models, methods of 40+ papers in 2D detection supported by MMDetection can be trained or used in this codebase.

    Installation

    Please refer to install.md for installation and dataset preparation.

    Get Started

    Please see getting_started.md for the basic usage of MMDetection. There are also tutorials for finetuning models, adding new dataset, designing data pipeline, and adding new modules.

    Contributing

    We appreciate all contributions to improve MMDetection3D. Please refer to CONTRIBUTING.md for the contributing guideline.

    Acknowledgement

    MMDetection3D is an open source project that is contributed by researchers and engineers from various colleges and companies. We appreciate all the contributors as well as users who give valuable feedbacks. 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 3D detectors.

    Citation

    If you use this toolbox or benchmark in your research, please cite this project.

    @misc{mmdetection3d_2020,
      title   = {{MMDetection3D}},
      author  = {Zhang, Wenwei and Wu, Yuefeng and Wang, Tai and Li, Yinhao and
                 Lin, Kwan-Yee and Wang, Zhe and Shi, Jianping and Qian, Chen and
                 Chen, Kai, and Lin, Dahua and Loy, Chen Change},
      howpublished = {\url{https://github.com/open-mmlab/mmdetection3d}},
      year =         {2020}
    }

    Contact

    This repo is currently maintained by Wenwei Zhang (@ZwwWayne), Yuefeng Wu (@xavierwu95), Tai Wang (@Tai-Wang), and Yinhao Li (@yinchimaoliang).