Skip to content

Commit

Permalink
add instruction for rendering posed human
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwei221 committed Aug 24, 2022
1 parent 5a2a4fc commit ad69718
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,18 @@ conda activate neuman_env

- Render using pretrained model

Render 360 views of a human:
Render 360 views of a canonical human:

```sh
python render_360.py --scene_dir ./data/bike --weights_path ./out/bike_human/checkpoint.pth.tar --mode canonical_360
```
Render 360 views of a posed human:

```sh
python render_360.py --scene_dir ./data/bike --weights_path ./out/bike_human/checkpoint.pth.tar --mode posed_360
```

Render test views of a sequence, and evaluate the metrics:

```sh
Expand Down

0 comments on commit ad69718

Please sign in to comment.