Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 592 Bytes

A Guided Tour to Nerual Radiance Field

A course mini project for EECS 498 - Deep learning for Computer Vision 2022

Che Chen *, Hanxi Wan *, Jiayi Pan *

  • *: Alphabetical-order, equal contribution

Quick start

conda env create -f environment.yml
conda activate nerf

Usage

  1. Download nerf_synthetic.zip from Nerf Data, unzip under ./data/
  2. Follow the instructions in demo.ipynb