Forked from the original repository: https://github.com/PRBonn/lidar-visualizer.git
HeLiMOS-visualizer is a tool that visualizes moving objects from heterogeneous LiDAR data.
git clone https://github.com/url-kaist/HeLiMOS-visualizer.git
cd HeLiMOS-visualizer
make installDownload the HeLiMOS dataset and create a symbolic link to it at ${HOME}/HeLiMOS:
ln -s "/path/to/HeLiMOS" "$HOME/HeLiMOS"After that, we expect the following directory layout:
${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 your dataset
lives elsewhere, pass --data /path/to/HeLiMOS/{sequence}/Deskewed_LiDAR
explicitly instead of relying on the symlink.
helimos_visualizer --sensor [Aeva | Avia | Velodyne | Ouster] \
--split [train | val | test | all]
# e.g. helimos_visualizer --sensor Aeva --split train--sensor: one ofAeva,Avia,Velodyne,Ouster. Default:Ouster.--split: one oftrain,val,test,all. Default:all.-n / --n-scans: limit the number of scans to render.-j / --jump: skip the first N scans.
For details about the splits, see our dataset page.
helimos_visualizer --helpIf you use this visualizer for any academic work, please cite the original KISS-ICP and our HeLiMOS.
