Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 405 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 405 Bytes

PointNet2_Python3

A PointNet++ fork, which is adapted to Python3

Compared with the original implementation

  • fix some bugs caused by the version of Python.
  • replace the 'tf_ops' folder by the one in PointASNL.
  • remove the randomly chopped scenes evaluation, exlusively preserve the whole scence evaluation.
  • the evaluation frequency is on epoch.