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

Question about the SemanticKITTI instance label #12

Open
hualuojingye opened this issue Jun 23, 2024 · 1 comment
Open

Question about the SemanticKITTI instance label #12

hualuojingye opened this issue Jun 23, 2024 · 1 comment

Comments

@hualuojingye
Copy link

thank you very much for your great work. I have a question about SemanticKITTI labels preprocess.

# Load segmentation label
label_file = osp.join(label_dir, '%06d.label'%(sid))
label = np.fromfile(label_file, dtype=np.int32).reshape(-1)
sem_label = label & 0xFFFF  # semantic label in lower half
inst_label = label

in data_prepare/semantickitti/process_semantickitti.py ,why inst_label is the same as the label?

@Szy-Young
Copy link
Contributor

Hi @hualuojingye Thank you for your interest in our work!
Our processing follows the label format of the SemanticKITTI dataset. You may refer to http://www.semantic-kitti.org/dataset.html for more details.
IMG_6434

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