ConvPoint
ConvPoint copied to clipboard
[Question] How to perform instance segmentation?
Dear Alexandre,
I successfully applied ConvPoint to segment point clouds. Specifically, I segmented points into 3 classes (building, vegetation, ground) for urban scenes. Now I would like to perform instance segmentation on the building points, i.e. detect individual buildings (example for 3d instance segmentation: http://www.feihuzhang.com/ICRA2020.pdf).
By any chance do you you know of an existing implementation or are there any resources you recommend?
I am looking forward to hear from you.
Thanks in advance, Moritz
Hello, I don't know the ressources for instance segmentation. Maybe on https://paperswithcode.com/ you could find a paper with the code. Best, Alexandre
Hi, Isn't this your paper reporting instance segmentation results? https://paperswithcode.com/paper/generalizing-discrete-convolutions-for Best Ish
This paper is about classification and semantic segmentation.