Open sycoolboy opened 10 months ago
hi, the master branch of LSD use the libspconv to realize the sparse 3D conv for object detection, it is built on CUDA, so, the nvidia gpu is necessary.
However, you can test the pointpillar detection model on non-cuda device with the v1.3 tag version. The openvino is used to inference the onnx model on the CPU(very slow, FPS 2~3Hz)
pointpillar model https://github.com/w111liang222/lidar-slam-detection/releases/tag/v1.3.0
Hello, your work is excellent. I would like to use ROS to test the object detection performance of this code in a real-world scenario. What should I do? I don't have a GPU, and I'm using the Helios lidar and RealSense camera. I'm using the non-CUDA version (auto-ipu) of the code. Docker is already able to receive information from the lidar and camera, but it seems that object detection is not running. Is it because I haven't calibrated it? Below is the terminal information.