diff --git a/doc/prerequisites.md b/doc/prerequisites.md index 0e9352fad588004d5a3be8606b7fcdd2cd44c610..ce49faec21a95b23528710a6df282d74d0e2f1dd 100644 --- a/doc/prerequisites.md +++ b/doc/prerequisites.md @@ -20,6 +20,11 @@ In addition, CMake automatically downloads all the OpenPose models. However, **s - [Face model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/face/pose_iter_116000.caffemodel): download in `models/face/`. - [Hands model](http://posefs1.perception.cs.cmu.edu/OpenPose/models/hand/pose_iter_102000.caffemodel): download in `models/hand/`. +Finally, if some weird/obscure errors about Caffe and/or Pybind appear, run the following command. It will ensure that all submodules are iniatilised. Reason: OpenPose runs that command through CMake, but some firewalls might block it and we have to run it manually. +``` +git submodule update --init --recursive --remote +``` + ### Ubuntu Prerequisites