Skip to content

Commit

Permalink
Merge pull request #46 from seriousran/main
Browse files Browse the repository at this point in the history
Update README.md and requirements_pip.txt
  • Loading branch information
gafniguy authored Aug 30, 2022
2 parents a83794e + 1340f40 commit 8720e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 1 addition & 0 deletions nerface_code/requirements_pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ trimesh==3.7.3
urllib3==1.25.9
Werkzeug==1.0.1

pytorch3d

0 comments on commit 8720e8e

Please sign in to comment.