From 9b6ab6231073a566648959e76a4b0b55b09080d6 Mon Sep 17 00:00:00 2001 From: Dimitrios Tzionas Date: Fri, 30 Aug 2019 19:11:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4d1415..3c5a812 100644 --- a/README.md +++ b/README.md @@ -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.