Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have generated pointpillars' engine file and the performance looks good, now I want to write a 3D object detection inference demo using C++. However, I can only find c++ inference demo for 2D object detection (demo/csrc/cpp/detector.cxx):
It seems that the detector.Apply API can only support Mat object. So I want to know how to make this API support pointcloud type, such as pcl::PointCloudpcl::PointXYZI.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions