-
Notifications
You must be signed in to change notification settings - Fork 115
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
Comments
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 |
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. |
|
There may have been an error while creating the cmap, possibly exceeding the number of categories in the dataset. Check the cmap you created. |
|
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
The text was updated successfully, but these errors were encountered: