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

Visualization of STPLS3D semantic segmentation #7

Open
whuhxb opened this issue Jun 14, 2022 · 3 comments
Open

Visualization of STPLS3D semantic segmentation #7

whuhxb opened this issue Jun 14, 2022 · 3 comments

Comments

@whuhxb
Copy link

whuhxb commented Jun 14, 2022

Hi @meidachen

If using block generation upon STPLS3D dataset, how to obtain the visualization results of the original whole area of STPLS3D dataset? Merge? Or?

Thanks a lot.

@RockyatASU
Copy link
Collaborator

RockyatASU commented Jun 14, 2022

Thanks for your interest in our datasets. As the outputs of the point transformer are only labels, you firstly need to merge predicted labels into the input point clouds, i.e., the generated blocks and then directly merge all the blocks to generate the segmentation results of the original whole area. All the mentioned merging operations above can be done by numpy functions like concatenation and using the write_ply function under the util folder to save the whole are point clouds with labels. We will upload another script to merge the generated blocks and store the point cloud with labels in .ply files. You can visualize the point cloud in some point cloud viewers like CloudCompare.

@whuhxb
Copy link
Author

whuhxb commented Jun 15, 2022

@RockyatASU
OK Thanks a lot.

@RockyatASU
Copy link
Collaborator

@whuhxb Mentioned script has been uploaded.

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