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

Very great work, I wonder how you draw the point responce image, any code? #15

Open yanghu819 opened 1 year ago

liuhui0401 commented 11 months ago

Thanks for you interest. After the first stage, we got features with the dimension of [npoints, feature_dim]. For the second dimension, we took the maximum or average value as the response characteristic value for each point. Based on this, we conducted visualization.