MCPcopy Create free account
hub / github.com/XLechter/PCAN / pointnet_sa_module_msg

Function pointnet_sa_module_msg

pointnet_util.py:160–200  ·  view source on GitHub ↗

PointNet Set Abstraction (SA) module with Multi-Scale Grouping (MSG) Input: xyz: (batch_size, ndataset, 3) TF tensor points: (batch_size, ndataset, channel) TF tensor npoint: int32 -- #points sampled in farthest point sampling radius: list of

(xyz, points, npoint, radius_list, nsample_list, mlp_list, is_training, bn_decay, scope, bn=True, use_xyz=True, use_nchw=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

vlad_forwardFunction · 0.90

Calls 4

gather_pointFunction · 0.90
farthest_point_sampleFunction · 0.90
query_ball_pointFunction · 0.90
group_pointFunction · 0.90

Tested by

no test coverage detected