autonomousvision / sdfstudio

A Unified Framework for Surface Reconstruction
Apache License 2.0
1.9k stars 179 forks source link

how to get only object not background #281

Closed hanjoonwon closed 5 months ago

hanjoonwon commented 5 months ago

i want to get object only. not background Are there any other options besides adding a foreground mask?

niujinshuchong commented 5 months ago

Hi, the easier way is to train the model with background and crop or extract the ROI after training.

hanjoonwon commented 5 months ago

Hi, the easier way is to train the model with background and crop or extract the ROI after training.

than you:) But I don't know how to do it, can you recommend a way to cleanly remove only the mesh part I want? Currently, when I remove it from meshlab, the bounds that touch the object I want are lowered, leaving the object open and empty.