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

Inference data #5

Open
scw0819 opened this issue Sep 22, 2023 · 3 comments
Open

Inference data #5

scw0819 opened this issue Sep 22, 2023 · 3 comments

Comments

@scw0819
Copy link

scw0819 commented Sep 22, 2023

Hi, thank you for your contribution of code, which can solve many problems and achieve better results in panoramic segmentation of large-scale lidar point clouds.
I noticed that in the data in the NPM3D dataset, it is [N,6], which not only includes the value of xyz, but also 'scalar_reflectance', 'scalar_class', 'scalar_label', and the same is true for the test set.
But when I want to reason about my own data, my data format is [N,4] and there are no semantic categories and object instances. How should I reason about my own data, or where should I get the semantic categories and object instances of my own data? I didn't solve this problem in the code, thank you for your generous answer.

@bxiang233
Copy link
Collaborator

Hi, thank you for your contribution of code, which can solve many problems and achieve better results in panoramic segmentation of large-scale lidar point clouds. I noticed that in the data in the NPM3D dataset, it is [N,6], which not only includes the value of xyz, but also 'scalar_reflectance', 'scalar_class', 'scalar_label', and the same is true for the test set. But when I want to reason about my own data, my data format is [N,4] and there are no semantic categories and object instances. How should I reason about my own data, or where should I get the semantic categories and object instances of my own data? I didn't solve this problem in the code, thank you for your generous answer.

Hi, thanks a lot for youe interest in my work! sorry for the late reply, I just finished a ddl.
I think I answered the same question before, for your reference:
#2 (comment)

@scw0819
Copy link
Author

scw0819 commented Oct 2, 2023

Thank you for your answer. In fact, I have already done so and achieved certain results. Thank you for your help.

@bxiang233
Copy link
Collaborator

Thank you for your answer. In fact, I have already done so and achieved certain results. Thank you for your help.

Good to hear! you are welcome.

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