This repository is the official implementation of our paper "Enhancing 3D Object Detection with 2D Detection-Guided Query Anchors, CVPR 2024 ". Our code is based on StreamPETR.
Please follow the docs below.
Methods | Backbone | Image Size | NDS | mAP | config | model |
---|---|---|---|---|---|---|
StreamPETR | V2-99 | 320×800 | 57.1 | 48.2 | - | - |
StreamPETR-QAF2D (Ours) | V2-99 | 320×800 | 58.8 | 49.8 | config | model |
Comparison of the base detectors and their QAF2D enhanced version on the nuScenes validation split.
Due to some internal policies, we do not release the full codebase, and the current 2D detection results are read from a saved file.
If you find QAF2D useful in your research or applications, please consider citing it. Thank you.
@inproceedings{ji2024enhancing,
title={Enhancing 3D Object Detection with 2D Detection-Guided Query Anchors},
author={Ji, Haoxuanye and Liang, Pengpeng and Cheng, Erkang},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and
Pattern Recognition},
pages={21178--21187},
year={2024}
}