charlesq34 / pointnet2

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Other
3.17k stars 902 forks source link

Custom Dataset #244

Open rosalievanark opened 2 years ago

rosalievanark commented 2 years ago

Hello,

How does one use custom data with this project? As in, what is the format that is expected as input for the network? Specifically: how to work with the labels -> should they be added to the xyzrgb simply as numbers, or is a different method expected?

Thanks!

13717630148 commented 1 month ago

have you solved the problem?