-
Currently, I'm trying to extract PointPillars from mmdetection3d (to deploy on edge device) and stuck on voxelization step. As I understand, this operation should be written in CUDA somewhere, but I see only |
Beta Was this translation helpful? Give feedback.
Answered by
enesozi
Mar 3, 2023
Replies: 1 comment
-
@Divelix You may find the cpu version here. There's also a cuda implementation that you may check out. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Divelix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Divelix You may find the cpu version here. There's also a cuda implementation that you may check out.