SuGaR icon indicating copy to clipboard operation
SuGaR copied to clipboard

Is it possible segmentaion mesh?

Open hanjoonwon opened this issue 1 year ago • 2 comments

I saw this project https://github.com/Jumpat/SegmentAnythingin3D Is it possible to do the segmentation I want on the mesh from the sugar model?

To get the desired object, I modified the code to comment out the bg and restore only the fg, but there are still many dirty meshes around the object. It takes a long time to train and it is quite annoying to adjust the bbox by trial and error. i want to get only clear object mesh bg+fg mesh image only fg mesh image

hanjoonwon avatar Feb 18 '24 14:02 hanjoonwon

You can try to use this algo https://github.com/Jumpat/SegAnyGAussians to seg gaussian point clouds before you use sugar to extract mesh.

LaFeuilleMorte avatar Mar 07 '24 01:03 LaFeuilleMorte

You can try to use this algo https://github.com/Jumpat/SegAnyGAussians to seg gaussian point clouds before you use sugar to extract mesh.

thanks i'll try it is it can be used on custom data? :)

hanjoonwon avatar Mar 07 '24 04:03 hanjoonwon