Skip to content

ericlormul/stylenerf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published