Skip to content

Can't get reasonable results from data that nerfstudio aces? #114

@xiumingzhang

Description

@xiumingzhang

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:

  1. Download nerfstudio's poster dataset.
  2. Run, say, neus-facto with the nerfstudio-data data parser.
  3. 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 vertical

I tried numerous combinations of:

Example failures:
image

image

image

What am I missing? Thanks in advance for thoughts/suggestions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions