JulesSanchez/recoverKITTI360label

How to read label binary files?

yh675 opened this issue · 1 comments

yh675 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)