Forked from the original repository: https://github.com/PRBonn/lidar-visualizer.git
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.
