Feature extraction on point cloud using the pre-trained network #2991
Unanswered
shahriar0651
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I want to extract feature representation from the point cloud data (.bin files).
I was expecting a code similar to this, but I got an error as
batch_inputs_dict['voxels']
does not exist. This indicates I may need to voxelize the data before passing it to the extract_feat function.Is there any end-to-end documentation on how to run feature extraction on point cloud data, or do you have any idea how exactly I can fix it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions