Skip to content

Commit

Permalink
Merge pull request #12 from vra/patch-1
Browse files Browse the repository at this point in the history
Fix model path for 3dpw
  • Loading branch information
kevinlin311tw authored Jun 23, 2021
2 parents 6d5747a + f9e3b57 commit 44760db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/EXP.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ python -m torch.distributed.launch --nproc_per_node=8 \
--input_feat_dim 2051,512,128 \
--hidden_feat_dim 1024,256,128 \
--run_eval_only \
--resume_checkpoint ./models/metro_released/metro_3dpw_state_dict.bin
--resume_checkpoint ./models/metro_release/metro_3dpw_state_dict.bin
```

After evaluation, it should reproduce the results below
Expand Down

0 comments on commit 44760db

Please sign in to comment.