joapolarbear / dl_notes

1 stars 1 forks source link

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation #4

Open joapolarbear opened 4 years ago

joapolarbear commented 4 years ago

PointNet, a novel type of neural network that directly consumes point clouds,

Github. PDF.

Challenge

Design

  • [ ] Effectively the network learns a set of optimization functions/criteria that select interesting or informative points of the point cloud and encode the reason for their selection.
    • [ ] More interestingly, it turns out that our network learns to summarize an input point cloud by a sparse set of key points, which roughly corresponds to the skeleton of objects according to visualization.

image