ZrrSkywalker / Point-NN

[CVPR 2023] Parameter is Not All You Need: Starting from Non-Parametric Networks for 3D Point Cloud Analysis
MIT License
455 stars 49 forks source link

What is the dimension of x & xyz #14

Closed KLM1109 closed 1 year ago

KLM1109 commented 1 year ago

In the code of point_nn.py, xyz represents the point coordinates, and x represents the point features? xyz -> [B, N, 3] ; x ->[B, N, 1] and what is the dimension of global feature fG? thanks.

KLM1109 commented 1 year ago

fg = (B,1152)