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

How to visualize Scannet dataset? #144

Open
Qiyuan-Liu opened this issue Jan 17, 2024 · 2 comments
Open

How to visualize Scannet dataset? #144

Qiyuan-Liu opened this issue Jan 17, 2024 · 2 comments

Comments

@Qiyuan-Liu
Copy link

Hi PointNeXt team,

Is there a way to generate the predicted ScanNet point cloud and visualize them?

Looking forward to your reply. Hope you have a great one.

Best regards,

Liu

@HJ-Xu
Copy link

HJ-Xu commented Jan 23, 2024

Hi Liu

Has your issue been resolved? I would like to know how to visualize the Shapenetpart and S3DIS datasets. Do you have any suggestions on how to implement this?

Looking forward to your reply.

Best regards,

Xu

@Ahren606
Copy link

Ahren606 commented Feb 3, 2024

You need to create a cmap for color mapping in /openpoints/dataset/scannetv2.py by following the example of the s3dis file. Then, when running the test command, add visualize=True. Since the test data does not have labels, only generate .obj files for the input and the PointNeXt-XL prediction results. If ground truth visualization is needed, replace the data in the test folder with the data from the val folder and change no_label=True to False in the test command line,And change None to data[2] inhttps://github.com/guochengqian/PointNeXt/blob/8a0ec91de5329b3b3e346422fa43a51ba24fd450/examples/segmentation/main.py#L76.

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

3 participants