POINTNET-PAPER
- 논문 저자가 제공하는 pointnet classification과 part segmentation, semantic segmentation
- TENSORFLOW 1.0, PYTHON 2.7, CUDA 8.0, cuDNN 5.1 버전 사용
- 링크 : https://github.com/charlesq34/pointnet
POINTNET2-PAPER
- 논문 저자가 제공하는 pointnet++ classification과 part segmentation, semantic segmentation
- TENSORFLOW 1.2, PYTHON 2.7 버전 사용
- 링크 : https://github.com/charlesq34/pointnet2
KERAS-POINTNET
- keras에서 제공된 pointnet classification과 part segmentation
- TENSORFLOW 2 이용
- 링크 : https://keras.io/examples/vision/pointnet/ 'classification'
- 링크 : https://keras.io/examples/vision/pointnet_segmentation/ 'part segmentation'
POINTNET-TF2
- YoungsonZhao 제공하는 pointnet code
- TENSORFLOW 2 이용
- 링크 : https://github.com/YoungsonZhao/pointnet-tf2
POINTNET2-TF2
- YoungsonZhao 제공하는 pointnet code
- TENSORFLOW 2 이용 , python >= 3.0, tensorflow-gpu >= 2.2+
- 링크 : https://github.com/dgriffiths3/pointnet2-tensorflow2