JulesSanchez / recoverKITTI360label

Python partial re-implementation of accumuLaser in python from the KITTI360 devkits to recover label of individual pointclouds from aggregated pointclouds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to read label binary files?

yh675 opened this issue · comments

commented

Hello, thank you for making this label recovery repo available.

For the *.bin files recovered from the accumulated point cloud, how do you read them into integer labels?

The created *.bin file can be read as follows:
sem_label = np.fromfile(path_labels, dtype=np.int16)