Skip to content

This is the pytorch implementation of 3DAL proposed by Qi et. al, "Offboard 3D Object Detection from Point Cloud Sequences", CVPR 2021.

Notifications You must be signed in to change notification settings

LiXiang0021/3DAL_PyTorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DAL_PyTorch

This is the pytorch implementation of 3DAL proposed by Qi et. al, "Offboard 3D Object Detection from Point Cloud Sequences", CVPR 2021.

Introduction

3DAL (3D Auto Labeling) is an offboard 3D object detection pipeline that utilizes point cloud sequences as input. By leveraging the temporal data of objects in the 3D scene, 3DAL can generate high-quality labels, achieving performance comparable to that of experienced humans.

Instead of employing the components outlined in the research paper, we have adopted CenterPoint for 3D Object Detection and 3D Multi-Object Tracking. For Static Object Auto Labeling and Dynamic Object Auto Labeling, we have developed our models based on Frustum PointNets.

Visualization

Different temporal viewpoints of an object provide complementary information regarding its geometry. By merging the point cloud sequences across consecutive frames, we can attain a more comprehensive representation for static objects and a continuous trajectory for dynamic objects.

Static Object Tracking Data Dynamic Object Tracking Data

Installation

Please refer to INSTALL.md.

Getting Started

Please refer to GETTING_STARTED.md.

Acknowledgement

This project is built upon the following codebases:

  1. https://github.com/open-mmlab/mmdetection
  2. https://github.com/open-mmlab/OpenPCDet
  3. https://github.com/tianweiy/CenterPoint
  4. https://github.com/charlesq34/frustum-pointnets
  5. https://github.com/simon3dv/frustum_pointnets_pytorch

About

This is the pytorch implementation of 3DAL proposed by Qi et. al, "Offboard 3D Object Detection from Point Cloud Sequences", CVPR 2021.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.7%
  • Cuda 7.4%
  • C++ 4.9%