How to detect 2D objects in LiDAR data

조회 수: 4 (최근 30일)
Ganesh Sai Doggali
Ganesh Sai Doggali 2021년 4월 16일
편집: Pavan Kumar B N 2021년 6월 17일
I have a Lidar scan data in which have to find the objects, the objects are more like to be in the 2- Dimensional. I am coudn't able to find the objects by using Lidar labeller and also I ahve to do it in automatically. In the LiDAR labeller, I am unable to find the objects in ROI while labelling in the app. The cubes are unable to find the exact objects, Please can anyone help me with this issue or any preforable methods for this.
  댓글 수: 3
Ganesh Sai Doggali
Ganesh Sai Doggali 2021년 4월 20일
Hello
Thanks for your reply
I want to do both detect the object and lable the object in different Lidar point cloud data. For detection how do I need to proceed.
Pavan Kumar B N
Pavan Kumar B N 2021년 6월 16일
Hi @Ganesh Sai Doggali Are you able to detect objects in LiDAR data?

댓글을 달려면 로그인하십시오.

채택된 답변

Mahesh Taparia
Mahesh Taparia 2021년 4월 20일
Hi
You can follow this documentation of lidar labeler which explain the labeling process. For detection, you can use the pointPillars object detector. For more information, you can refer this documentation of pointPillars object detector.
  댓글 수: 3
Mahesh Taparia
Mahesh Taparia 2021년 6월 17일
Hi
You can refer to the examples mentioned in this documentation and this example of that.
Pavan Kumar B N
Pavan Kumar B N 2021년 6월 17일
편집: Pavan Kumar B N 2021년 6월 17일
Hi @Mahesh Taparia Thank you very much for your response. These are using Maching Learning right? (Could you please let me know without using machine learning?) However, I tried to refer and modify the code. But I have been facing the following issue.
"Unrecognized field name "ptCloudData". Please let me know how to fix this issue.
[ptClouds] = helperDownloadData;
ptCloud = ptClouds{1};
function [lidarData] = helperDownloadData
dataFile = 'lidarDATA.pcap';
data1 = load(dataFile);
lidarData = data1.ptCloudData;

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Labeling, Segmentation, and Detection에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by