Giter Club home page Giter Club logo

detzero's Introduction

DetZero

This repository is the official implmentation of DetZero: Rethinking Offboard 3D Object Detection with Long-term Sequential Point Clouds.

detzero-res.mp4

teaser

Overview

Highlights

  • 2023-08-24 ๐ŸŽฏ DetZero code is released.
  • 2023-07-14 DetZero is accepted by ICCV 2023.
  • 2023-06-12 The first version of DetZero paper is available on arXiv.
  • 2023-03-08 ๐Ÿ† Our DetZero ranks 1st place with 85.15 mAPH (L2) performance on the Waymo 3D detection leaderboard among all the submitted methods.

Changelog

[2020-03-16] DetZero v0.1.0 is released.

Project Structure

  DetZero
  โ”œโ”€โ”€ detection
  โ”‚   โ”œโ”€โ”€ detzero_det
  โ”‚   โ”‚   โ”‚โ”€โ”€ datasets
  โ”‚   โ”‚   โ”‚   โ”‚โ”€โ”€ DatasetTemplate: the basic class for constructing dataset
  โ”‚   โ”‚   โ”‚   โ”‚โ”€โ”€ augmentor: different augmentation during training or 
  โ”‚   โ”‚   โ”‚   โ”‚โ”€โ”€ processor: processing points into voxel space
  โ”‚   โ”‚   โ”‚   โ”‚โ”€โ”€ waymo: the specific dataset module
  โ”‚   โ”‚   โ”‚โ”€โ”€ models: detection model related modules
  โ”‚   โ”‚   โ”‚โ”€โ”€ utils: the specific utils only used in detection module
  โ”‚   โ”œโ”€โ”€ tools
  โ”‚       โ”œโ”€โ”€ cfgs
  โ”‚       โ”‚   โ”‚โ”€โ”€ det_dataset_cfgs
  โ”‚       โ”‚   โ”‚โ”€โ”€ det_model_cfgs
  โ”‚       โ”œโ”€โ”€ train / test / visualize scripts
  โ”‚
  โ”œโ”€โ”€ tracking: the tracking module
  โ”œโ”€โ”€ refining: the refining module
  โ”œโ”€โ”€ utils: the libraries and functions used in all the other modules
  โ”œโ”€โ”€ evaluator: the offline evaluation tool
  โ”œโ”€โ”€ data: the root path of dataset raw data and the generated annotations
  โ”œโ”€โ”€ daemon: the supplementary tool module for processing refining results

Running

  • Please enter in the specific algorithm module and read the corresponding README.md for more details.

Main Performance

  • We report average APH (L1/L2) across all categories on the validation set of Waymo dataset. We also provide the training configurations to resume the models. Please note that Waymo open dataset is under strict non-commercial license so we are not allowed to share the model with you if it will be used for any profit-oriented activities.
DET TRK GRM PRM CRM mAPH_L2 VEH PED CYC Log
โœ“ 76.24 82.57/75.09 83.23/76.47 79.35/77.16 log
โœ“ โœ“ 76.44 82.57/75.24 83.07/76.34 79.86/77.75 log
โœ“ โœ“ โœ“ 78.00 84.49/77.17 84.71/78.04 80.23/78.08 log
โœ“ โœ“ โœ“ 78.25 85.48/78.55 84.32/77.78 80.49/78.43 log
โœ“ โœ“ โœ“ โœ“ 79.79 87.81/81.01 85.94/79.48 80.97/78.87 log
โœ“ โœ“ โœ“ โœ“ โœ“ 81.70 89.06/82.92 87.06/81.01 83.11/81.17 log

Cite

If you find our work helpful, please kindly cite our paper:

@inproceedings{ma2023detzero,
  title = {DetZero: Rethinking Offboard 3D Object Detection with Long-term Sequential Point Clouds},
  author = {Tao Ma and Xuemeng Yang and Hongbin Zhou and Xin Li and Botian Shi and Junjie Liu and Yuchen Yang and Zhizheng Liu and Liang He and Yu Qiao and Yikang Li and Hongsheng Li},
  booktitle = {Proceedings of International Conference on Computer Vision (ICCV)},
  year = {2023}
}

Contact

Acknowledgement

The structure of our project is totally based on OpenPCDet, leading to an easy way for further research and development. We also sincerely appreciate the following open-source projects for providing valuable and high-quality codes:

TODO List

  • Code released with version 0.1.0
  • Training log files under new code structure
  • A sample of data for running DetZero
  • Test-time augmentation of GRM and PRM
  • Multi-gpu inference for refining module

detzero's People

Contributors

superkoma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.