Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtzionas authored Aug 30, 2019
1 parent 8cf7719 commit 9b6ab62
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 @@ -70,7 +70,7 @@ python setup.py install
* [Batch Collision resolution](./examples/batch_smpl_untangle.py): Resolve self-penetrations for a batch of body models. To run use:
```Shell
WEIGHT=0.001
python examples/batch_smpl_untangle.py --coll_loss_weight=$WEIGHT ----model_folder=$MODEL_PARENT_FOLDER --part_segm_fn=$PATH_part_segm_fn
python examples/batch_smpl_untangle.py --coll_loss_weight=$WEIGHT --model_folder=$MODEL_PARENT_FOLDER --part_segm_fn=$PATH_part_segm_fn
--param_fn PKL_FN1 PKL_FN2 ... PKL_FNN
```
where `PKL_FN*` are the filenames of the .pkl files that [can be downloaded here](https://owncloud.tuebingen.mpg.de/index.php/s/bEKMdqf5WbN4MnH) and contain the parameters for each body model.
Expand Down

0 comments on commit 9b6ab62

Please sign in to comment.