aboulch / ConvPoint

Other
188 stars 41 forks source link

[Question] How to perform instance segmentation? #25

Open mwussow opened 4 years ago

mwussow commented 4 years ago

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

aboulch commented 4 years ago

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

ibadami commented 4 years ago

Hi, Isn't this your paper reporting instance segmentation results? https://paperswithcode.com/paper/generalizing-discrete-convolutions-for Best Ish

aboulch commented 4 years ago

This paper is about classification and semantic segmentation.