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 handle the seperated semantic instance segmentation results at the edge of different blocks? #5

Open
JTGiser opened this issue Jun 13, 2022 · 5 comments

Comments

@JTGiser
Copy link

JTGiser commented Jun 13, 2022

Thanks for providing such a useful dataset! This is my instance segmentation predict result. I found the predict result is ok when the featue instance is inside every block, but at the edge of different blocks, the instance are predicted as seperated ones (for example the building). So how to handle it? Or can I input the whole point cloud file at once instead of dividing sepetated blocks?

thanks!

2022-06-13_15-46

@meidachen
Copy link
Owner

Thanks for your interest in our datasets. But sorry I don't have a good answer for the label merging between different blocks, since I didn't try to do it myself. For merging the results, you may want to check this repo:
https://github.com/LiuShihHung/GICN/blob/29cd2975e539cf09e270159934d4ca3a7da01f0a/main_eval.py#L65
It seems like there is a block merging process there.

@JTGiser
Copy link
Author

JTGiser commented Jun 14, 2022

Thanks for your prompt response, I will try it.

@Wangcongyu620
Copy link

@JTGiser Have you solved the problem of merging labels?If you solve it, what method do you use? Look forward to your reply Thank you

@meidachen
Copy link
Owner

I'm only trying to provide information I got from other STPLS3D users here (we haven't had a chance to test it but hopefully it is helpful).

Special thanks to @ywyue, for providing the following information:
"We follow the block merging algorithm of SGPN basically, the code can be found here: https://github.com/laughtervv/SGPN/blob/master/utils/test_utils.py#L165 ."

@JTGiser , please provide more information on block merging if you solved it and would like to share, thanks.

@Greatest-Marx
Copy link

Thanks for providing such a useful dataset! This is my instance segmentation predict result. I found the predict result is ok when the featue instance is inside every block, but at the edge of different blocks, the instance are predicted as seperated ones (for example the building). So how to handle it? Or can I input the whole point cloud file at once instead of dividing sepetated blocks?

thanks!

2022-06-13_15-46

Hi!Which model are you using, and is this a visualization of what you have tested and validated?

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

4 participants