返回总结列表  https://blog.csdn.net/albert199199/article/details/103531486

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

PointNet++解析

Key points:

  • local+global

  • Skip connection

  • Sampling layer: iterative farthest point sampling (FPS)

  • Grouping layer: input~~N*(d+C)+N'*d, output~~N'*K*(d+C), where K neighborhood.

  • PointNet layer: input~~N'*K*(d+C), output~~N'*(d+C')

  • Non-Uniform Sampling Density: Multi-Scale Grouping (MSG)\Multi-resolution Grouping (MRG)

  • code

相关文章:

  • 2021-05-23
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2021-12-22
  • 2022-12-23
猜你喜欢
  • 2021-06-01
  • 2021-09-07
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2021-05-12
  • 2021-04-23
相关资源
相似解决方案