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:
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 bypip
(which isn't recommended by documentation), or bypython -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: