charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.64k stars 1.45k forks source link

Need help with importing .las file #222

Closed rohitrameshrao closed 4 years ago

rohitrameshrao commented 4 years ago

Hi Guys,

I am looking to train the network with classified .las file. Can some one help me convert the .las to .h5 to feed into the network. I saw multiple suggessions to convert .las to .txt and then to .npy and then to .h5. But when you create .txt, the annotations (classification) data is lost.

Any information/link will be very helpful.