Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 575 Bytes

nerf.md

File metadata and controls

14 lines (11 loc) · 575 Bytes

NeRF

This document shows you how to run the original NeRF using this codebase.

First you'll need to download the dataset from the NeRF official Google Drive. Please download and unzip nerf_synthetic.zip.

Then you can just kick of the training with this command (Remember to change the root_fp):

CUDA_VISIBLE_DEVICES=0,1 python launch.py --config-name=nerf \
    dataset.root_fp=/home/ruilongli/data/nerf_synthetic/ \
    dataset.subject_id=lego