๐ฆ Is Discretization Fusion All You Need for Collaborative Perception?
June 19, 2025 ยท View on GitHub
๐ News: Our paper "Is Discretization Fusion All You Need for Collaborative Perception?" has been accepted to ICRA 2025!
๐ Table of Contents
๐งฉ Code
Code is available in this repository. Please refer to individual scripts and folders for usage details.
๐ป Installation
Please refer to the detailed documentation in docs/INSTALL.md.
You can also install required packages via pip:
pip install -r requirements.txt
However, this is likely to result in package dependency errors.
๐ Getting Started
๐ฅ Download Datasets
- OPV2V: https://mobility-lab.seas.ucla.edu/opv2v/
- DAIR-V2X: https://github.com/AIR-THU/DAIR-V2X?tab=readme-ov-file#dataset
๐โโ๏ธ Train
To start training, simply run:
./train.sh
๐งช Evaluation
To run evaluation (inference):
./inference.sh
๐ Citation
If you use this work, please consider citing our paper.
@article{yang2025discretization,
title={Is Discretization Fusion All You Need for Collaborative Perception?},
author={Yang, Kang and Bu, Tianci and Li, Lantao and Li, Chunxu and Wang, Yongcai and Li, Deying},
journal={arXiv preprint arXiv:2503.13946},
year={2025}
}
๐ Acknowledgements
- Thanks to the authors of OpenCOOD ใ Sparse4D and Where2comm for providing excellent codebases.
- We also appreciate the datasets provided by DAIR-V2X and OPV2V.