sdfstudio icon indicating copy to clipboard operation
sdfstudio copied to clipboard

Bad reconstruction result on my custom dataset (Only the head was rebuilt)

Open chuxiang93 opened this issue 2 years ago • 2 comments

Describe the bug Bad reconstruction result on my custom dataset. The reconstructed target is less than half the size.

2d image: 000312_rgb 000257_rgb 000214_rgb mesh result: image

To Reproduce Steps to reproduce the behavior: 1,dataset conversion python scripts/datasets/process_nerfstudio_to_sdfstudio.py --data-type "colmap" --scene-type "object" --data data/nerfstudio/toy --output-dir data/sdfstudio/toy --mono-prior --omnidata-path ../workspace/omnidata/omnidata_tools/torch/ --pretrained-models ../workspace/omnidata/omnidata_tools/torch/pretrained_models/

2,train code ns-train neus-facto --pipeline.model.sdf-field.inside-outside False --pipeline.model.sdf-field.bias 0.3 --pipeline.model.background-model mlp --pipeline.model.mono-depth-loss-mult 0.1 --pipeline.model.mono-normal-loss-mult 0.05 --experiment-name neus-facto-toy sdfstudio-data --data data/sdfstudio/toy --include_mono_prior True

chuxiang93 avatar Oct 24 '23 08:10 chuxiang93

Have you resolved this issue?

z-x-j avatar Jan 16 '24 02:01 z-x-j

I also encountered this problem, how did you solve it?

a1445605672 avatar Feb 23 '24 08:02 a1445605672