Input dataset preperation to groundTruthLidar
3 ビュー (過去 30 日間)
古いコメントを表示
Hi there,
I have done a clustering-based 3D object detection based on Lidar point cloud, with a result of [x, y, z, h, w, l, yaw]. I can append two 0 to make it a N*9 array. However, it seems for Cuboid, groundTruthLidar only accepts [xmin, ymin, zmin, width, height, depth, 0, 0, 0], i.e., no yaw. Is it true? Is there a way to include yaw for 3D bounding boxes? The error message is attached below:
Invalid entry in label data table for Cuboid labelType. Table entries for column must be M-by-9 matrices of [xmin, ymin, zmin, width, height, depth, 0, 0, 0]. Please refer to groundTruthLidar object.
Thank you for your time.
Kind regards,
Chenyu
4 件のコメント
Walter Roberson
2025 年 7 月 4 日
R2024b does not appear to have any documented restriction on the rotation angles either.
sudobash
2025 年 7 月 7 日
Hi Chenyu,
Can you share your code for initializing the groundTruthLidar object?
Thanks!
回答 (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!