I want to get the index mapping table for the following problem. Is it possible?
Given an input 3D point cloud with size at Mx3, after several convs, I get a feature map with size Nxd, where M,N,d are the number of 3D points/features and feature dimension,respectively.
I want to known the index mapping table between the input and feature map.
Specifically, for a feature i in the feature map, what are the point indexes used to compute the feature i in the input 3D point cloud?
Hi,
Thank you for the great work.
I want to get the index mapping table for the following problem. Is it possible?
Given an input 3D point cloud with size at Mx3, after several convs, I get a feature map with size Nxd, where M,N,d are the number of 3D points/features and feature dimension,respectively.
I want to known the index mapping table between the input and feature map.
Specifically, for a feature i in the feature map, what are the point indexes used to compute the feature i in the input 3D point cloud?
Thank you very much! Best, liu