RandLA-Net icon indicating copy to clipboard operation
RandLA-Net copied to clipboard

Why is the number of predicted point cloud labels not equal to the number of point clouds?

Open xkhnhms opened this issue 3 years ago • 2 comments

Why is the number of predicted point cloud tags not equal to the number of point clouds?


./data/semantic_kitti/dataset/sequences_0.06/25/velodyne/1623230394502471.npy 1623230394502471.label (14316, 3) (26692,)

./data/semantic_kitti/dataset/sequences_0.06/25/velodyne/1623230394702421.npy 1623230394702421.label (14339, 3) (26729,)

xkhnhms avatar Jun 15 '21 11:06 xkhnhms

Hello @QingyongHu We use the main_SemanticKITTI.py you provided to test the dataset, and found that the number of predicted tags is inconsistent with the number of points in the point cloud data. Therefore, it is impossible to visualize to determine whether the test result is accurate. What do we need to do?

xkhnhms avatar Jun 18 '21 05:06 xkhnhms

Hi @xkhnhms, sorry for my late response,

Please check the code here, you need to back project the semantic labels to the raw point clouds and then calculate the accuracy and visualize.

Best, Qingyong

QingyongHu avatar Jun 18 '21 05:06 QingyongHu