tsunghan-wu / RandLA-Net-pytorch

:four_leaf_clover: Pytorch Implementation of RandLA-Net (https://arxiv.org/abs/1911.11236)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number of pred label not same as Points before subsample

huixiancheng opened this issue · comments

As in follow, the left two is the number of points infer by the test_SemanticKITTI.py. The right is the number of points from orgin SemanticKITTI .
微信截图_20210811151603

Maybe missing the proj.pkl part in val or test part?
https://github.com/QingyongHu/RandLA-Net/blob/6b5445f5f279d33d2335e85ed39ca8b68cb1c57e/tester_SemanticKITTI.py#L109-L114

Maybe solved by #9