yanx27 / PointASNL

PointASNL: Robust Point Clouds Processing using Nonlocal Neural Networks with Adaptive Sampling (CVPR 2020)
MIT License
260 stars 34 forks source link

confusion about shift_xyz #37

Open littlelittlebin opened 3 years ago

littlelittlebin commented 3 years ago

in AS module, i found that the update of the point is [x, y,z] = k[x, y, z], why?