Skip to content

Commit

Permalink
Merge pull request #19 from JonathanLehner/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Khrylx authored Sep 13, 2022
2 parents c7e17be + ed37eca commit cc752f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ python global_recon/run_dataset.py --dataset 3dpw --cfg glamr_3dpw --out_dir out
```
Next, evaluate the results generated by GLAMR:
```
python eval/eval.py --dataset 3dpw --results_dir out/3dpw
python global_recon/eval_dataset.py --dataset 3dpw --results_dir out/3dpw
```
Similarly, to evaluate on Dynamic Human3.6M, you can replace the `3dpw` to `h36m` for the dataset and config.
Expand Down

0 comments on commit cc752f1

Please sign in to comment.