jedeschaud / ct_icp

CT-ICP: Continuous-Time LiDAR Odometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About KITTI data set reading problems

xiang-1208 opened this issue · comments

commented

As we all know, KITTI's official data set is stored as .bin format, while your code is read in .ply format. I wonder if I made a mistake.

In our code, we wanted to unify the reading of LiDAR data with a single format of binary type ply with timestamp. Indeed, KITTI distributes its Velodyne data in .bin but without timestamp. We provide KITTI data converted to ply binary downloadable in this folder: https://cloud.mines-paristech.fr/index.php/s/UwgVFtiTOmrgKp5
The password is : npm3d

commented

In our code, we wanted to unify the reading of LiDAR data with a single format of binary type ply with timestamp. Indeed, KITTI distributes its Velodyne data in .bin but without timestamp. We provide KITTI data converted to ply binary downloadable in this folder: https://cloud.mines-paristech.fr/index.php/s/UwgVFtiTOmrgKp5 The password is : npm3d

Hello, the KITTI data processed by you is too large for me to download, can you provide the processing scripts to convert the original *.bin in KITTI odometry to *.ply? In that way, I can do that processing step myself.