LiyaoTang / contrastBoundary

Contrastive Boundary Learning for Point Cloud Segmentation (CVPR2022)
MIT License
140 stars 11 forks source link

What is the value of radius in the sub-scene neighbour? #21

Closed Pixie8888 closed 2 years ago

Pixie8888 commented 2 years ago

Hi,

I have a question regarding the the value of radius in the sub-scene boundary. In Eqn. (1), the radius is set to 0.1. I think this is for the input scene. When doing sampling, I guess the radius should be larger?

LiyaoTang commented 2 years ago

Yes, you could check the code. I use the corresponding neighbor radius for each down-sampled stage.

Pixie8888 commented 2 years ago

Can you link the relevant code here? Sorry that I didn't find it as I am still trying to understand the code.

LiyaoTang commented 2 years ago

Hi, you can check here.

Pixie8888 commented 2 years ago

Thanks!