Coder Social home page Coder Social logo

pengcheng001 / far3d Goto Github PK

View Code? Open in Web Editor NEW

This project forked from megvii-research/far3d

0.0 0.0 0.0 3.33 MB

[AAAI2024] Far3D: Expanding the Horizon for Surround-view 3D Object Detection

License: Other

Shell 0.10% Python 17.69% Jupyter Notebook 82.22%

far3d's Introduction

Far3D

[AAAI2024] Expanding the Horizon for Surround-view 3D Object Detection

PWC arXiv

Introduction

This repository is an official implementation of Far3D.

Expanding existing methods directly to cover long distances poses challenges such as heavy computation costs and unstable convergence. To address these limitations, we proposes a novel sparse query-based framework, dubbed Far3D. By utilizing high-quality 2D object priors, we generate 3D adaptive queries that complement the 3D global queries. To efficiently capture discriminative features across different views and scales for long-range objects, we introduce a perspective-aware aggregation module. Additionally, we propose a range-modulated 3D denoising approach to address query error propagation and mitigate convergence issues in long-range tasks.

News

  • [2023/08/01] We release the paper on Arxiv.
  • [2023/08/01] Far3D achieves comparable performance (31.6 mAP, 23.9 CDS) on long-range Argoverse2 dataset, as well as achieving SoTA performance (63.5 mAP, 68.7 NDS) on nuScenes Camera Only.

Getting Started

Our pipeline follows StreamPETR, and you can follow Get Started step by step.

  • If you have used StreamPETR before, it is easy to run Far3D without additional extensive installation.

Quick Train & Evaluation

Train the model

tools/dist_train.sh projects/configs/far3d.py 8 --work-dir work_dirs/far3d/

Evaluation

tools/dist_test.sh projects/configs/far3d.py work_dirs/far3d/iter_82548.pth 8 --eval bbox

Results on Argoverse 2 Val Set.

Model Backbone Input size mAP CDS Config Download
BEVStereo VoV-99 (960, 640) 0.146 0.104 -- --
SOLOFusion VoV-99 (960, 640) 0.149 0.106 -- --
PETR VoV-99 (960, 640) 0.176 0.122 -- --
Sparse4Dv2 VoV-99 (960, 640) 0.189 0.134 -- --
StreamPETR VoV-99 (960, 640) 0.203 0.146 -- --
Far3D VoV-99 (960, 640) 0.244 0.181 config model/log

Notes

  • This config can be used to reproduce the results on Argoverse 2.
  • For nuScenes version, due to the inconsistent data and evaluation processes, we do not incorporate it to this repo. One can transfer our model part to StreamPETR repo for nuScenes dataset.

Acknowledgements

We thank these great works and open-source codebases:

Citation

If you find Far3D is useful in your research or applications, please consider giving us a star ๐ŸŒŸ and citing it by the following BibTeX entry.

@article{jiang2023far3d,
  title={Far3D: Expanding the Horizon for Surround-view 3D Object Detection},
  author={Jiang, Xiaohui and Li, Shuailin and Liu, Yingfei and Wang, Shihao and Jia, Fan and Wang, Tiancai and Han, Lijin and Zhang, Xiangyu},
  journal={arXiv preprint arXiv:2308.09616},
  year={2023}
}

far3d's People

Contributors

xhjiang-pixel avatar megvii-model 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.