Original tensorflow implementation: https://github.com/charlesq34/pointnet
Package requirement: Python3.6, keras, tensorflow, numpy, matplotlib, h5py
Segmentation Sample
.h5
files under Prepdata
folder, all testing .h5
files under Prepdata_test
folderInput Transformation Net: Input: Nx3 point cloud sample, Output: 3x3 transformation net
Feature Transformation Net:
Global Feature: Input: Nx3 point cloud sample multiply input T_net. Output: 1*1024 global feature
Classification Net: Input: Nx3 point cloud sample multiply input T_net. Output: 1x40 softmax prediction