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

Questions on using labels or not #24

Open
jsongnjupt opened this issue Nov 13, 2024 · 1 comment
Open

Questions on using labels or not #24

jsongnjupt opened this issue Nov 13, 2024 · 1 comment

Comments

@jsongnjupt
Copy link

Hi author, first, great work.

I have a question after I read your codes.
You mentioned in the paper that your point cloud segmentation is unsupervised, why I find using labels from label path in the codes, e.g., in "data_prepare_SemanticKITTI.py", "initialSP_prepare_SemanticKITTI.py".

In other words, if we have point cloud data without labels, can the codes run successfully since there is no label path?

Thx.

@zhang-zihui
Copy link
Contributor

Hi, we only use the labels to delete those points that do not belong to the meaningful categories. For SemanticKiTTI, we exclude points that are not in the 20 classes. This is because the evaluation of this benchmark only considers these 20 classes.

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