From 84ff8f11ed37857529ad354d83415ed5e0abb226 Mon Sep 17 00:00:00 2001 From: Umesh Ramchandani Date: Tue, 23 Feb 2021 21:46:41 +0100 Subject: [PATCH] Update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a14a1c..0f7d9b2 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ This should copy and rename the SMPL model to the correct folders. Either way th ### VPoser To use `bodyPrior` in the configuration please download vposer and plate it into `./vposer_v1_0` directory in the project root. Vposer can be downloaded from this link after creating an account with SMPL-X [link](https://psfiles.is.tuebingen.mpg.de/downloads/smplx/vposer_v1_0-zip) +### Mesh intersection +To use `intersectLoss` in the configuration please pull the [github](https://github.com/gosticks/torch-mesh-isect) repo. This repo is patched to run on the newer versions of pytorch. +Note: It only runs for Linux based operating systems. We had troubles getting it to work on Windows. + ### Conda Environment Create a new conda env by typing @@ -60,7 +64,7 @@ pip freeze > requirements.txt ## Usage -The project provides sample examples to the usage of the project. These examples can be directly run after installing all required packages. Per default the input data is expected to be located in the `./samples/` folder. +The project provides sample examples to the usage of the project. These examples can be directly run after installing all required packages. Per default the input data is expected to be located in the `./samples/` folder. We would recommend you to get all the frames from the source video in png format and pass the video through OpenPose to get the results exported in .json format if you want to try your own samples. ### Input data