- Introduction
- Multimodal Sensor Deployment under Uncertainties
- Dataset Download
- ResFusionNet for 3D Object Detection
High and Low Resolution Tradeoffs in Roadside Multimodal Sensing: This paper underscores the potential of using low spatial resolution but information-rich sensors to enhance detection capabilities for vulnerable road users while highlighting the necessity of thoroughly evaluating sensor modality heterogeneity, traffic participant diversity, and operational uncertainties when making sensor tradeoffs in practical applications.
This paper introduces a sensor placement algorithm to manage uncertainties in sensor visibility influenced by environmental or human-related factors.
(code will be release soon)
Please click on this link to download the data.
This paper proposes Residual Fusion Net (ResFusionNet) to fuse multimodal data for 3D object detection, which enables a quantifiable tradeoffbetween spatial resolution and information richness across different modalities.
ResFusionNet Details
To preprocess point cloud data from CARLA, execute the following command:
python pre_process_carla.py
To train the ResFusionNet model, use the following command:
python carla_train_eval.py
To test the model using a checkpoint, run:
python -u carla_test.py --data_root='./your/data/root' --ckpt_path='/path/to/your/checkpoint'
This project incorporates code from this repository. Please adhere to their installation and compilation guidelines.