Contents Menu Expand Light mode Dark mode Auto light/dark mode
nerfstudio
Light Logo Dark Logo
Github
 colab

Getting Started

  • Installation
  • Training your first model
  • Using custom data
  • Using the viewer
  • Export geometry
  • Data conventions
  • Blender VFX add-on
  • Contributing

NeRFology

  • Methods
    • NeRF
    • Mip-NeRF
    • Nerfacto
    • Instant-NGP
    • Semantic NeRF-W
  • Model components
    • Cameras models
    • Sample representation
    • Ray samplers
    • Spatial distortions
    • Encoders

Developer Guides

  • Pipelines overview
    • DataParsers
    • DataManagers
    • Models
    • Fields
    • Pipelines
  • Viewer overview
  • Customizable configs
  • Debugging tools
    • Local writer
    • Code profiling support
    • Benchmarking workflow

Reference

  • CLI
    • ns-process-data
    • ns-download-data
    • ns-train
    • ns-render
    • ns-export
    • ns-eval
  • API
    • Configs
    • Data
    • Fields
    • Field Modules
      • Encodings
      • Embeddings
      • Field Heads
      • MLP
      • Spatial Distortions
    • Models
    • Model components
      • Ray Sampler
      • Losses
      • Renderers
    • Engine
    • Utils
      • Colors
      • Math
      • Colormaps
      • TensorDataclass
    • Viewer
  v: latest
Versions
latest
v0.1.15
v0.1.14
v0.1.12
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

Semantic NeRF-W#

Semantic NeRF

Paper Website

NeRF in the Wild

Paper Website

Coming Soon

The transient embeddings are still under development. Please stay tuned.

Running Model#

Download the Friends Dataset

ns-download-data friends
ns-train semantic-nerfw

This model defaults to using the “friends” dataset from the paper “The One Where They Reconstructed 3D Humans and Environments in TV Shows”.

Next
Model components
Previous
Instant-NGP
Copyright © 2022, nerfstudio Team
Made with Sphinx and @pradyunsg's Furo
On this page
  • Semantic NeRF-W
    • Running Model