Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Little Question in Studying the Paper #36

Open
emmalzw opened this issue Nov 8, 2023 · 1 comment
Open

A Little Question in Studying the Paper #36

emmalzw opened this issue Nov 8, 2023 · 1 comment

Comments

@emmalzw
Copy link

emmalzw commented Nov 8, 2023

Great job! I have a question while studying your literature.
The original text mentions :
...
Collecting boundary points from the input point cloud is straightforward with the ground truth label. However, after sub-sampling, it is difficult to obtain a proper definition of boundary point set following Eq. (1), due to the undefined label for sub-sampled points [14].
....
In the original point cloud scene, each point has a idex number. If during the downsampling process, each point has a subsampling idex. For example, with 1 million point clouds, we firstly downsample 40960 of them with the subsampling idexs in the original point cloud. We can find the truth label of the original point cloud through the subsampling idex, and thus obtain the boundary points. Is this also possible?

@LiyaoTang
Copy link
Owner

Hi @emmalzw ,

Thanks for your interest.

Yes, for the case you mention, we can directly obtain it in the way that you suggest.

However, for a more general case, where we might use gird-sampling as in KPConv, there is no 1-to-1 correspondence between the original and sub-sampled points.

Best,
Liyao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants