-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Description
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:
- Download nerfstudio's poster dataset.
- Run, say, neus-facto with the
nerfstudio-datadata parser. - Look at the tensorboard results.
One example full command:
method=neus-facto
ns-train \
$method \
--pipeline.model.sdf-field.inside-outside True \
--pipeline.model.background-model mlp \
--output-dir sdfstudio_train/nerfstudio_data/poster/ \
--method-name $method \
--experiment-name sanity-check-mlp-bg-focus-vertical \
--vis tensorboard \
nerfstudio-data \
--data nerfstudio/data/nerfstudio/poster \
--center-method focus \
--orientation-method verticalI tried numerous combinations of:
--pipeline.model.background-model mlp--pipeline.model.sdf-field.inside-outside True- Patching this PR: add support for "vertical" orientation and "focus" centering methods #90
--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
What am I missing? Thanks in advance for thoughts/suggestions.
Metadata
Metadata
Assignees
Labels
No labels


