spconv SubMConv3d Plugin #6457
avichapman
started this conversation in
General
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Thank you for your information. I believe I now have my head wrapped around how to do this. I've successfully used torch2trt to create a tensorrt network using sparse operations. However, I have a problem in that get_indice_pairs only supports submanifold operations. I know that that code path has not been tested. I would like to enable non-submanifold operations. Do you know what issues I will have to solve in order to make that happen? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Code of Conduct
Contents
Hi all,
I am trying to get set up with the spconv TensorRT plugins that ship in the perception component. I wonder if I have done this right. I can't find any plugins for the SubMConv3d or similar classes. I do see some lower level stuff such as indice mappings, however.
Is there such a plugin and I am building it wrong? If not, can anyone suggest a way forward? I have a sparse 3d pointcloud Pytorch model that needs converting to TensorRT.
@amadeuszsz - Are you the right person to ask about this? If not, I apologise for bothering you.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions