Update README.md

This commit is contained in:
Dimitrios Tzionas 2019-08-30 19:11:50 +02:00 committed by GitHub
parent 8cf7719adc
commit 9b6ab62310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.