how to inference pointcloud stream. #2138
-
Hi, I would like to use this project under ROS2 environment. Could you provide one example about how to inference one pointcloud in numpy format without converting the numpy to bin file ? for example, I subscribe one ros2 message /pointcloud2, the message can be convert to numpy format and stored in varibale "A", A is update in each cycle. how to inference A. I have read pcd_demo.py, and pcd_seg_demo.py, both require one pcd file stored in .bin format. That means I should save variable A into .bin file first and read it into memory again? Same question in Chinese: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can modify the loader interface of point clond in https://github.com/open-mmlab/mmdetection3d/blob/master/mmdet3d/datasets/pipelines/loading.py#L403-L406 |
Beta Was this translation helpful? Give feedback.
You can modify the loader interface of point clond in https://github.com/open-mmlab/mmdetection3d/blob/master/mmdet3d/datasets/pipelines/loading.py#L403-L406