autonomousvision / sdfstudio

A Unified Framework for Surface Reconstruction
Apache License 2.0
1.99k stars 185 forks source link

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

Open chuxiang93 opened 1 year ago

chuxiang93 commented 1 year ago

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

z-x-j commented 9 months ago

Have you resolved this issue?

a1445605672 commented 8 months ago

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