-
Notifications
You must be signed in to change notification settings - Fork 21
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
Comments
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: |
Thanks for your prompt response, I will try it. |
@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 |
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: @JTGiser , please provide more information on block merging if you solved it and would like to share, thanks. |
Hi!Which model are you using, and is this a visualization of what you have tested and validated? |
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!
The text was updated successfully, but these errors were encountered: