/CrossData_DA

[ICRA2023]CoAlign: Robust Collaborative 3D Object Detection in Presence of Pose Errors

Primary LanguagePythonOtherNOASSERTION

CoAlign (ICRA2023)

Robust Collaborative 3D Object Detection in Presence of Pose Errors

Paper | VideoReadme Chinese Ver.Readme English Ver.

Original1

New features (Compared with OpenCOOD):

Installation

Please visit the feishu docs CoAlign Installation Guide Chinese Ver. or English Ver. to learn how to install and run this repo.

Or you can refer to OpenCOOD data introduction and OpenCOOD installation guide to prepare data and install CoAlign. The installation is totally the same as OpenCOOD, except some dependent packages required by CoAlign.

Complemented Annotations for DAIR-V2X-C

Originally DAIR-V2X only annotates 3D boxes within the range of camera's view in vehicle-side. We supplement the missing 3D box annotations to enable the 360 degree detection. With fully complemented vehicle-side labels, we regenerate the cooperative labels for users, which follow the original cooperative label format.

Original Annotations Complemented Annotations
Original1 Complemented1
Original2 Complemented2
Original3 Complemented3

Download: Google Drive

Website: Website

Citation

@article{lu2022robust,
  title={Robust Collaborative 3D Object Detection in Presence of Pose Errors},
  author={Lu, Yifan and Li, Quanhao and Liu, Baoan and Dianati, Mehrdad and Feng, Chen and Chen, Siheng and Wang, Yanfeng},
  journal={arXiv preprint arXiv:2211.07214},
  year={2022}
}

Acknowlege

This project is impossible without the code of OpenCOOD, g2opy and d3d!

Thanks again to @DerrickXuNu for the great code framework.

Q&A

  1. Different AP results between arxiv v2 and arxiv v3? and different from OPV2V[ICRA 22']?

    See Issue 4.

  2. How to get V2X-Sim-2.0 pickle file?

    See Issue 2.