Original tensorflow implementation: https://github.com/charlesq34/pointnet
Package requirement: Python3.6, keras, tensorflow, numpy, matplotlib, h5py
Segmentation Sample
- Download the aligned dataset from Link
- Put all traning
.h5
files underPrepdata
folder, all testing.h5
files underPrepdata_test
folder - Run train_cls.py. Accuracy rate will be 82.5%, which is slightly lower than the original implementation.
- Download and unzip the shapenet dataset from Link.
- Run Seg_dataprep.py then train_seg.py.