-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get reasonable results from data that nerfstudio aces? #114
Comments
Hi, The training command is: ns-train bakedsdf --pipeline.model.sdf-field.inside-outside False --pipeline.model.sdf-field.bias 0.2 --pipeline.model.near-plane 0.05 --vis wandb --experiment-name backedsdf nerfstudio-data --data data/nerfstudio/poster You could also refer to #2 (comment) to use monocular priors which often help in indoor scenes. |
Thanks for the prompt help. I got similar results with your command on this poster scene. One quick follow-up question: Why |
I thought this is a 360 inward scene so I use |
@xiumingzhang I got simlilar error. under same data, nerfacto can export correct pointcloud. however nues facto can't. oh, I find that bakedsdf seems give more reason result than neusfacto |
I've been struggling to attain reasonable results for my custom nerfstudio-like data, similar to #49, #85, etc., so I took a step back: What if I just take nerfstudio's example "poster" dataset (which nerfstudio aces) and directly run sdfstudio on it? It turned out I was unable to get reasonable results for that dataset either.
Steps to reproduce the behavior:
nerfstudio-data
data parser.One example full command:
I tried numerous combinations of:
--pipeline.model.background-model mlp
--pipeline.model.sdf-field.inside-outside True
--pipeline.model.sdf-field.use-grid-feature False
--pipeline.model.far-plane 2.0
--pipeline.model.sdf-field.num-layers 8
--pipeline.model.enable-collider False
Example failures:
What am I missing? Thanks in advance for thoughts/suggestions.
The text was updated successfully, but these errors were encountered: