diff --git a/README.md b/README.md index 791c1dfa..fd3417b3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The main training and testing scripts are `train_transformed_rays.py` and `eval_ The training script expects a path to a config file, e.g.: -`python train_transformed_rays.py --config --config ./path_to_data/person_1/person_1_config.yml ` +`python train_transformed_rays.py --config ./path_to_data/person_1/person_1_config.yml ` The eval script will also take a path to a model checkpoint and a folder to save the rendered images: diff --git a/nerface_code/requirements_pip.txt b/nerface_code/requirements_pip.txt index 1d883841..59f3ceb1 100644 --- a/nerface_code/requirements_pip.txt +++ b/nerface_code/requirements_pip.txt @@ -56,3 +56,4 @@ trimesh==3.7.3 urllib3==1.25.9 Werkzeug==1.0.1 +pytorch3d