charlesq34 / pointnet

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

How to prepare my own data set for the classification training? #183

Open qifangfang opened 5 years ago

qifangfang commented 5 years ago

@charlesq34 Hi,Charles, I am trying to use pointNet with my own data, but I got confused about the data preparing step with the code you offered and can't transfer my own ply data to hdf5. Could u tell me the specific steps for data preparing. Appreciate!

csitaula commented 5 years ago

I am also wondering about it. I have .csv files of multi-dimensional data and want to use my own matrix without .h5 and run. But how to do it? thinking about it.