Hi, I notice that you use the voting in the evaluation. It seems that voting is a common trick in 3d semantic segmentation, which can be found in many other method, such as PointConv, PointASNL, FPConv. However, I am having trouble in undertanding the voting in semantic segmentation task. For classification, we can rotate the object for different angles and get the final result by comprehensively consider the scores output in different angles. The rotation is the very vote in the classification. But when I look into the evaluation codes for semseg, it seems that it just conduct 'num_votes' times same inference. Could you please tell me what is the vote for semseg?
Hi, I notice that you use the voting in the evaluation. It seems that voting is a common trick in 3d semantic segmentation, which can be found in many other method, such as PointConv, PointASNL, FPConv. However, I am having trouble in undertanding the voting in semantic segmentation task. For classification, we can rotate the object for different angles and get the final result by comprehensively consider the scores output in different angles. The rotation is the very vote in the classification. But when I look into the evaluation codes for semseg, it seems that it just conduct 'num_votes' times same inference. Could you please tell me what is the vote for semseg?