Skip to content

[ICRA 2025] High and Low Resolution Tradeoffs in Roadside Multimodal Sensing.

License

Notifications You must be signed in to change notification settings

ASU-Suo-Lab/Hi-Lo-Sensing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

High and Low Resolution Tradeoffs in Roadside Multimodal Sensing

Content

Introduction

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.

Multimodal Sensor Deployment under Uncertainties

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)

Dataset Download

Please click on this link to download the data.

ResFusionNet for 3D Object Detection

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

1. Point Cloud Preprocessing from CARLA

To preprocess point cloud data from CARLA, execute the following command:

python pre_process_carla.py

2. ResFusionNet Training

To train the ResFusionNet model, use the following command:

python carla_train_eval.py

3. Model Testing

To test the model using a checkpoint, run:

python -u carla_test.py --data_root='./your/data/root' --ckpt_path='/path/to/your/checkpoint'

Acknowledgements

This project incorporates code from this repository. Please adhere to their installation and compilation guidelines.

About

[ICRA 2025] High and Low Resolution Tradeoffs in Roadside Multimodal Sensing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published