Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 566 Bytes

modified StyleNeRF

The code is based on the idea of StyleNeRF

Code Structure

  • Model configs: train_nerf.py
  • Generator: nerf.py
  • StyleNeRF implementation: nerf_networks.py networks_stylenerf.py
  • Camera: camera.py
  • Ray generation: nerf_sample_ray_split.py

Entry Point

CUDA_VISIBLE_DEVICES=1 python train_nerf.py --outdir=~/training-runs --cfg=stylegan3-r --data=../data/metfaces-256x256.zip --gpus=1 --batch=32 --gamma=6.6

Visualize camera poses

pip install open3d
python visualize_cameras.py