yewzijian / 3DFeatNet

3DFeat-Net: Weakly Supervised Local 3D Features for Point Cloud Registration
MIT License
220 stars 46 forks source link

How to convert point clouds in other formats #20

Closed maradanovic closed 3 years ago

maradanovic commented 3 years ago

Hi,

Thanks for sharing your code, awesome work.

Just a short question - what software/method do you use to convert point clouds from different formats into the no-header, Nx6x4 bytes .bin file (as per this thread)?

Thanks a lot!

yewzijian commented 3 years ago

Hi, I generated the files using my own Python script. You might find Numpy's tofile method useful.

Zi Jian

maradanovic commented 3 years ago

Thanks a lot Zi Jian, I wrote my own script - the hint was golden