How can I identify which pointcloud file is being labeled in the matlab lidar labeler?
2 views (last 30 days)
Show older comments
Hello, I'm currently facing difficulty in determining which point cloud is being identified by the MATLAB Lidar Labeler. I have 500 .bin files that contain various point cloud frames. When I load these files into the MATLAB Lidar Labeler, it automatically creates a sequence. However, it is crucial for me to know which specific point cloud is being labeled at any given time. Is it possible to achieve this?
0 Comments
Answers (1)
Sanjana
on 14 Jun 2023
Hi Hedi,
I understand that you are trying to find a method to identify the specific point cloud data being labeled in the point cloud data files imported as a sequence in the “LidarLabeler” application.
The “.bin” files, in the folder, are loaded into the lidar labeler app as a sequence which is same as the order in which the files are returned by “dir” function in MATLAB.
Upon labelling the data, you can export the data using the “export” button in the “Label” tab, and the “groundTruthLidar” object generated has “LabelData” organized in the form of “timetable”. The table has as many rows as there are PCD/PLY frames or timestamps in the data source folder. This table in the ground truth helps in identifying the specific point cloud data being labeled.
Please refer to the following link, for more information,
Hope this helps!
0 Comments
See Also
Categories
Find more on Labeling, Segmentation, and Detection in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!