nghorbani / human_body_prior

VPoser: Variational Human Pose Prior
https://smpl-x.is.tue.mpg.de/
Other
799 stars 145 forks source link

Installation discrepancies #37

Open larsgeb opened 3 years ago

larsgeb commented 3 years ago

Hi there,

I'd like two address two minor issues in the installation process. Firstly, in the README there's an error in the line:

https://github.com/nghorbani/human_body_prior/blob/7f0a4b35b38fde2a9c0e1b13e5b240375b723c05/README.md#L42

Either python should be replaced by pip (which isn't recommended by documentation), or by python -m pip.

Additionally, on a fresh Ubuntu install (such as a Docker image), the Boost libraries have to also be installed, which isn't mentioned in the readme. For anyone bumping into the issue, on Ubuntu-like systems this can be resolved with:

$ sudo apt-get install libboost-all-dev