Closed whuhxb closed 2 years ago
"None" means not specify the concrete number of points after downsampling. When it sets to "none", the points are downsampled by 1/4, as here
I would be appreciated if you can read our code logic very carefully before opening an issue.
Thanks a lot! Mino
Hi @mutianxu
Thanks a lot for your kind answering.
Hi @mutianxu
I go through the seg code, and have one question. Why the points for sampling layer is set to None for paconv? Do you mean setting the npoint to the original point number in all the sampling layer?
In the paper, it's said that replacing MLP with PAConv. But, actually, PAConv is used in sampling layer?
https://github.com/CVMI-Lab/PAConv/blob/main/scene_seg/model/pointnet2/pointnet2_paconv_seg.py#L28