charlesq34 / pointnet

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

sem_seg dataset preparation #172

Open weixuansun opened 5 years ago

weixuansun commented 5 years ago

I have a small problem about semantic segmentation part, I found S3DIS training data is in the form of hdf5 file, but in the testing phase, S3DIS data is stored as .npy file and transfered to .txt file for test, I wonder is there any reason to use different data format in traing and testing phase separately?