Is it possible segmentaion mesh?
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
only fg mesh
You can try to use this algo https://github.com/Jumpat/SegAnyGAussians to seg gaussian point clouds before you use sugar to extract mesh.
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? :)