Skip to content

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space

License

Notifications You must be signed in to change notification settings

TimoFriedri/pointnet2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space

Created by Charles R. Qi, Li (Eric) Yi, Hao Su, Leonidas J. Guibas from Stanford University.

This is work is based on our paper linked here. The code release is still in an ongoing process... Stay tuned!

Current release includes TF operators (CPU and GPU), some core pointnet++ layers and a few example network models.

The TF operators are included under tf_ops, you need to compile them (check tf_xxx_compile.sh under each ops subfolder) first. Update nvcc and python path if necessary. The code is tested under TF1.2.0. If you are using earlier version it's possible that you need to remove the -D_GLIBCXX_USE_CXX11_ABI=0 flag in g++ command in order to compile correctly.

TF and pointnet++ utility layers are defined under utils/tf_util.py and utils/pointnet_util.py

Under models, two classification models (SSG and MSG) and SSG models for part and semantic segmentation have been included.

About

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.6%
  • C++ 32.4%
  • Cuda 22.9%
  • Shell 1.1%