helimos-visualizer
A LiDAR visualization tool for HeLiMOS dataset
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.4%) to scientific vocabulary
Repository
A LiDAR visualization tool for HeLiMOS dataset
Basic Info
- Host: GitHub
- Owner: url-kaist
- License: mit
- Language: Python
- Default Branch: main
- Size: 4.69 MB
Statistics
- Stars: 25
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
🚗 HeLiMOS Visualizer 🏃
Dataset | Paper
Forked from the original repository: https://github.com/PRBonn/lidar-visualizer.git
:wrench: How to install
```sh git clone https://github.com/OREOCHIZ/helimos-visualizer.git cd helimos-visualizer
make install ```
💡 Usage
1. Set the symbolic link
Download the HeLiMOS dataset and create a symbolic link to it at ${HOME}/HeLiMOS
```sh
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 sequenceKAIST05`.
2. Visualize Moving objects
If you want to visualize specific sensor,
```sh 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.
Help
If you need more information, just type:
sh
helimos_visualizer --help
Citation
If you use this visualizer for any academic work, please cite original kiss-icp and our HeLiMOS.
Owner
- Name: Urban Robotics Lab. @ KAIST
- Login: url-kaist
- Kind: organization
- Email: github@urserver.kaist.ac.kr
- Location: Korea, South
- Website: https://urobot.kaist.ac.kr/
- Repositories: 11
- Profile: https://github.com/url-kaist
Citation (CITATION.cff)
cff-version: 1.2.0
preferred-citation:
title: "KISS-ICP: In Defense of Point-to-Point ICP - Simple, Accurate, and Robust Registration If Done the Right Way"
doi: "10.1109/LRA.2023.3236571"
year: "2023"
type: article
journal: "IEEE Robotics and Automation Letters (RA-L)"
url: https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf
codeurl: https://github.com/PRBonn/kiss-icp
authors:
- family-names: Vizzo
given-names: Ignacio
- family-names: Guadagnino
given-names: Tiziano
- family-names: Mersch
given-names: Benedikt
- family-names: Wiesmann
given-names: Louis
- family-names: Behley
given-names: Jens
- family-names: Stachniss
given-names: Cyrill
GitHub Events
Total
- Watch event: 2
- Fork event: 1
Last Year
- Watch event: 2
- Fork event: 1
Dependencies
- natsort *
- numpy *
- tqdm *
- typer [all]>=0.6.0