How can I identify which pointcloud file is being labeled in the matlab lidar labeler?
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Sanjana
2023년 6월 14일
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Labeling, Segmentation, and Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!