diff --git a/doc/installation/2_additional_settings.md b/doc/installation/2_additional_settings.md index a272a228f..966ba990c 100644 --- a/doc/installation/2_additional_settings.md +++ b/doc/installation/2_additional_settings.md @@ -76,12 +76,11 @@ By default, the body `COCO` and `MPI` models are not downloaded (they are slower You can include the 3D reconstruction module by: 1. Install the FLIR camera software, Spinnaker SDK. It is a proprietary software, so we cannot provide direct download link. Note: You might skip this step if you intend to use the 3-D OpenPose module with a different camera brand. - 1. Ubuntu: Get and install the latest Spinnaker SKD version in their default path. OpenPose will automatically find it. Otherwise, set the right path with CMake. - 2. Windows: Download the latest Spinnaker SKD version from [https://www.ptgrey.com/support/downloads](https://www.ptgrey.com/support/downloads). - - Copy `{PointGreyParentDirectory}\Point Grey Research\Spinnaker\bin64\vs2015\` as `{OpenPoseDirectory}\3rdparty\windows\spinnaker\bin\`. You can remove all the *.exe files. - - Copy `{PointGreyParentDirectory}\Point Grey Research\Spinnaker\include\` as `{OpenPoseDirectory}\3rdparty\windows\spinnaker\include\`. - - Copy `Spinnaker_v140.lib` and `Spinnakerd_v140.lib` from `{PointGreyParentDirectory}\Point Grey Research\Spinnaker\lib64\vs2015\` into `{OpenPoseDirectory}\3rdparty\windows\spinnaker\lib\`. - - (Optional) Spinnaker SDK overview: [https://www.ptgrey.com/spinnaker-sdk](https://www.ptgrey.com/spinnaker-sdk). + 1. Ubuntu: Get and install the latest Spinnaker SDK version in their default path. OpenPose will automatically find it. Otherwise, set the right path with CMake. + 2. Windows: Download the latest Spinnaker SDK version from [https://www.flir.com/products/spinnaker-sdk/](https://www.flir.com/products/spinnaker-sdk/). + - Copy `{FLIR Systems Directory}\Spinnaker\bin64\vs2015\` as `{OpenPoseDirectory}\3rdparty\windows\spinnaker\bin\`. You can remove all the *.exe files. + - Copy `{FLIR Systems Directory}\Spinnaker\include\` as `{OpenPoseDirectory}\3rdparty\windows\spinnaker\include\`. + - Copy `Spinnaker_v140.lib` and `Spinnakerd_v140.lib` from `{FLIR Systems Directory}\Spinnaker\lib64\vs2015\` into `{OpenPoseDirectory}\3rdparty\windows\spinnaker\lib\`. 2. Install the 3D visualizer, FreeGLUT: 1. Ubuntu: run `sudo apt-get update && sudo apt-get install build-essential freeglut3 freeglut3-dev libxmu-dev libxi-dev` and reboot your PC. 2. Windows: