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

Random sampling or fixed sampling?

Open minwang-ai opened this issue 3 years ago • 0 comments

Hi,

According to the paper: Random Sampling (RS): We implement random sam- pling with the python numpy package. Specifically, we first use the numpy function numpy.random.choice() to generate K indices. We then gather the corresponding spatial coordinates and per-point features from point clouds by using these indices.

However, the sub_points and pool_index are generated by dividing sampling ratio and there is no random sampling there.

Could you tell me how did you implement random sampling?

minwang-ai avatar Nov 03 '21 09:11 minwang-ai