Forked from the original repository: https://github.com/PRBonn/lidar-visualizer.git
git clone https://github.com/OREOCHIZ/helimos-visualizer.git
cd helimos-visualizer
make installDownload the HeLiMOS dataset and create a symbolic link to it at ${HOME}/HeLiMOS
sudo ln -s "/path/to/HeLiMOS/{sequence}" "$HOME/HeLiMOS"
# e.g. sudo ln -s "/path/to/HeLiMOS/KAIST05" "$HOME/HeLiMOS"After that, we expect the following directory:
${HOME}/HeLiMOS/{sequence}
├──Deskewed_LiDAR
├── train.txt
├── val.txt
├── test.txt
├── Aeva
│ ├── calib.txt
│ ├── velodyne
│ ├── labels
├── Avia
│ ├── calib.txt
│ ├── velodyne
│ ├── labels
├── Ouster
│ ├── calib.txt
│ ├── velodyne
│ ├── labels
└── Velodyne
├── calib.txt
├── velodyne
└── labels
In HeLiMOS, we are currently using only the sequence KAIST05.
If you want to visualize specific sensor,
helimos_visualizer --sensor [Aeva / Avia / Velodyne / Ouster] \
--split [train / val / test / all]
# e.g. helimos_visualizer --sensor Aeva --split train- Set the
--sensorflag to one of the following:Avia,Aeva,Velodyne, orOuster. The default value isOuster. - Also, set the
--splitflag totrain,val,testorall. The default value isall.
If you would like more detailed information about the --split, please refer to our dataset page.
If you need more information, just type:
helimos_visualizer --helpIf you use this visualizer for any academic work, please cite original kiss-icp and our HeLiMOS.
