Skip to content
/ Det3D Public
forked from V2AI/Det3D

A general purpose 3D object detection codebse.

License

Notifications You must be signed in to change notification settings

zzdxlee/Det3D

 
 

Repository files navigation

Det3D

A general 3D Object Detection codebase in PyTorch

Introduction

Det3D is the first 3D Object Detection toolbox which provides off the box implementations of many 3D object detection algorithms such as PointPillars, SECOND, PIXOR, etc, as well as state-of-the-art methods on major benchmarks like KITTI(ViP) and nuScenes(CBGS). Key features of Det3D include the following aspects:

  • Multi Datasets Support: KITTI, nuScenes, Lyft
  • Point-based and Voxel-based model zoo
  • State-of-the-art performance
  • DDP & SyncBN

Installation

Please refer to INSTALL.md.

Quick Start

Please refer to GETTING_START.md.

Model Zoo and Baselines

We provide many baseline results and trained models. Please refer to MODEL_ZOO.md.

Currently Support

  • Models
    • VoxelNet
    • SECOND
    • PointPillars
  • Features
    • Multi task learning & Multi-task Learning
    • Distributed Training and Validation
    • SyncBN
    • Flexible anchor dimensions
    • TensorboardX
    • Checkpointer & Breakpoint continue
    • Self-contained visualization
    • Finetune
    • Multiscale Training & Validation
    • Rotated RoI Align

TODO List

  • Models
    • PointRCNN
    • PIXOR

Developers

Benjin Zhu , Bingqi Ma

License

Det3D is released under the MIT license.

Acknowlegement

About

A general purpose 3D object detection codebse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 73.2%
  • Python 23.4%
  • Cuda 2.1%
  • C++ 1.3%