liren-jin / neural_rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Environment Setup

git clone git@github.com:liren-jin/neural_rendering.git
cd neural_rendering
conda env create -f environment.yaml
conda activate neural_rendering

Dataset

Training

for starting training process:

python train.py -M <model name> --setup_cfg_path <path to training setup file>

continue training:

python train.py -M <model name> --setup_cfg_path <path to training setup file> --resume

visualize training progress via:

tensorboard --logdir <project dir>/logs/<model name>

About


Languages

Language:Python 100.0%