sdfstudio icon indicating copy to clipboard operation
sdfstudio copied to clipboard

Is it possible to accelerate the training by using an existing rough mesh?

Open Vilour opened this issue 2 years ago • 1 comments

Say if we have an existing rough mesh from Colmap, can we fit the SDF model first, and then train the whole pipeline? Can we accelerate the training procedure by using prior knowledge like this?

Vilour avatar Sep 06 '23 18:09 Vilour

Hi, I think this is definitely possible to speed up the training with colmap reconstruction. but unfortunate our current repo don't support this. Alternatively, you could try to render the depth map from the colmap's mesh and then use the depth map as in the RGBD data example https://github.com/autonomousvision/sdfstudio/blob/master/docs/sdfstudio-examples.md#neus-rgbd-on-the-synthetic-neural-rgbd-dataset

niujinshuchong avatar Sep 08 '23 20:09 niujinshuchong