Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.51 KB

Open3D Semantic KITTI visualization tool

Installation

Download Semantic KITTI label file from [http://semantic-kitti.org/assets/data_odometry_labels.zip] and unzip it along with KITTI odometry dataset [http://www.cvlibs.net/datasets/kitti/eval_odometry.php].

conda create --name pcd python=3.6
conda activate pcd
conda install -c open3d-admin open3d=0.9.0.0
pip install opencv-python==4.2.0.32 tqdm numpy pillow

Run

export KITTI_ROOT=PATH_TO_KITTI/odometry/dataset/
python vis_velo.py --cfg config/ego_view.json --voxel 0.1
python vis_velo.py --cfg config/top_view.json --voxel 0.1

Create a new view from existing ones and modify the viewing angle.

export KITTI_ROOT=PATH_TO_KITTI/odometry/dataset/
cp config/ego_view.json config/new_view.json
# Press [Q] to save the view
# Then you can modify the FOV and range filter arguments in new_view.json
python vis_velo.py --cfg config/new_view.json --voxel 0.1 --modify