How to detect 2D objects in LiDAR data
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ganesh Sai Doggali
el 16 de Abr. de 2021
Editada: Pavan Kumar B N
el 17 de Jun. de 2021
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.
Respuesta aceptada
Mahesh Taparia
el 20 de Abr. de 2021
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 comentarios
Mahesh Taparia
el 17 de Jun. de 2021
Hi
Pavan Kumar B N
el 17 de Jun. de 2021
Editada: Pavan Kumar B N
el 17 de Jun. de 2021
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;
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!