cuge1995 / bin-to-pcd-python

Converting bin files scanned by LIDAR of autonomous vehicles into pcd files for further processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bin-to-pcd-python

Converting bin files scanned by LIDAR of autonomous vehicles into pcd files for further processing

Requirements

The code requires open3d

convert .bin to .pcd

usage:

python bin2pcd.py binFileName, pcdFileName

for example:

python bin2pcd.py 000002.bin 2.pcd

Dataset

KITTI, Sementic3D

About

Converting bin files scanned by LIDAR of autonomous vehicles into pcd files for further processing


Languages

Language:Python 100.0%