conda create -n perturb_pc python=3.8 scikit-learn numpy scipy click matplotlib
conda activate perturb_pc
pip install pypcd4 multiprocess
git clone --depth 1 https://github.com/velatkilic/LISA.git && cd LISA && python setup.py install
- copy pylisa/mie.so to where pylisa is installed (likely to be ~/miniconda3/envs/perturb_pc/lib/python3.8/site-packages/pylisa-0.0.2-py3.8.egg/pylisa/)
Please find the clean data from KITTI Odometry and Apollo Southbay. For KITTI, you will only need to download velodyne laser data, calibration files and ground truth poses. For Apollo Southbay, you will only need to download ColumbiaPark. You should keep the original folder structure.
- density_corruption.py and noise_corruption.py are from https://github.com/Castiel-Lee/robustness_pc_detector/tree/main with some modifications.
- fog_simulation.py as well as integral_lookup_tables is from https://github.com/MartinHahner/LiDAR_fog_sim/tree/main.
- wet_ground is from https://github.com/SysCV/LiDAR_snow_sim/tree/main.
- LISA is installed as a dependency from https://github.com/velatkilic/LISA/tree/main.
We would like thank for their great work!