charlesq34 / pointnet

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

How to create label data? #202

Open wolfhound-007 opened 4 years ago

wolfhound-007 commented 4 years ago

Hi, I am trying to create .h5 files from my pointcloud data but could not figure out from where to get the label data from. I tried to make .h5 files from .ply files with 'data' only by modifying the code but the classification model did not accept the data as it needs current label as well.

sachin-n-AI commented 4 years ago

You can annotate .ply files using the annotation tool here. https://github.com/hkust-vgd/sese Then convert them to .h5 files