The code is based on the idea of StyleNeRF
- Model configs: train_nerf.py
- Generator: nerf.py
- StyleNeRF implementation:
nerf_networks.pynetworks_stylenerf.py - Camera: camera.py
- Ray generation: nerf_sample_ray_split.py
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
pip install open3d
python visualize_cameras.py