unmannedlab / RELLIS-3D

RELLIS-3D: A Multi-modal Dataset for Off-Road Robotics
https://unmannedlab.github.io/research/RELLIS-3D
287 stars 49 forks source link

Folder structure #17

Closed ozgurovic closed 3 years ago

ozgurovic commented 3 years ago

I have question regarding the folder structure. It is mentioned that "os1_cloud_node_kitti_bin/ -- directory containing ".bin" files with Velodyne point clouds. " Are they ouster os1 or velodyne points. Do you provide .bin files for both velodyne and ouster? Thanks in advance.

maskjp commented 3 years ago

Hi, @ozgurovic,

The bin files are for ouster os1 and have corresponding label files. We don't provide Velodyne bin files and corresponding labels. If you only want to get bin files for Velodyne, you can read the ROS bag and convert the point cloud to bin files.

Thanks!

ozgurovic commented 3 years ago

Thanks!