naver / dust3r

DUSt3R: Geometric 3D Vision Made Easy
https://dust3r.europe.naverlabs.com/
Other
4.65k stars 515 forks source link

Remove background from glb file #56

Open daniyalkhan2626 opened 3 months ago

daniyalkhan2626 commented 3 months ago

How to remove artifacts from glb file? I have tried by removing background of input images, but still get background in output glb file.. Anyone can help?

vincent-leroy commented 2 months ago

If you are used to diving into the code, you could try masking out the points/triangles that belong to the background before exporting. The demo code does not expect masked images as input so there are no options for that currently.