Skip to content

Official implemetation of "Off-Road LiDAR Intensity based Semantic Segmentation

License

Notifications You must be signed in to change notification settings

MOONLABIISERB/lidar-intensity-predictor

Repository files navigation

Off-Road LiDAR Intensity based Semantic Segmentation

Paper

In Proceedings, Special Proceedings in Advanced Robotics at International Symposium on Experimental Robotics 2023.
Repository under frequent updation. For Queries contact [email protected].

Training data and ground truth extractor.

 python intensity_analyser.py
 

Extracts the data and calibrates then for training, generating ground truth (Intensity ranges of classes), plotting etc.

 python /utils/GT_corrector.py
 

To correct the outliers in the ground truth and data generated from <intensity_analyser.py>

Angle of Incidence predictor

 python /alpha_predictor/alpha_model.py
 

Contains the ANN architecture of the predictor.

 python /alpha_predictor/train_alpha.py
 

Command to train the model. Please edit the paths to the root file of the dataset.

LiDAR Semantic predictor

Predictor for Ouster

 python intensity_predictor.py
 

Predictor for Velodyne

  python intensity_predictor_velodyne.py
 

Generate point cloud(intensity replaced by reflectivity).

  python ins2ref.py
 

Command to predict the classes of the LiDAR points. Reads .ply files and predicts for classes: grass, bush, trees, puddle, person.

Utils

 python /utils/make_video.py
 python /utils/data_counter.py
 

To generate movies from images.

Citation

If you find this work useful for your research, do cite us.

@InProceedings{10.1007/978-3-031-63596-0_54,
author="Viswanath, Kasi
and Jiang, Peng
and Sujit, P. B.
and Saripalli, Srikanth",
editor="Ang Jr, Marcelo H.
and Khatib, Oussama",
title="Off-Road LiDAR Intensity Based Semantic Segmentation",
booktitle="Experimental Robotics",
year="2024",
publisher="Springer Nature Switzerland",
address="Cham",
pages="608--617",
isbn="978-3-031-63596-0"
}

Related Work

Refelctivity is All You Need!: Advancing Semantic Segmentation

About

Official implemetation of "Off-Road LiDAR Intensity based Semantic Segmentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages