Skip to content

Releases: ltriess/pointnet2_keras

Include Classification and Segmentation Heads

02 Jun 07:17
Compare
Choose a tag to compare
  • INTERFACE BREAK: rename attributes for feature and coordinate normalization
  • add implementation for classification head
  • add implementation for feature propagation module
  • add implementation for segmentation head
  • properly propagate training and mask tensors through the modules
  • enable usage of different feature normalization layers
  • add option to remove dropout layers
  • some bugfixes
  • update docstrings and readme

v0.1

07 Apr 10:24
Compare
Choose a tag to compare
Initial commit