From 40752c3ca10f2a4896debed3a31f3b2d33c18714 Mon Sep 17 00:00:00 2001 From: "Xiang Yann, Lim" Date: Sun, 19 Mar 2023 22:29:24 +0800 Subject: [PATCH 1/2] ptgrey -> teledyne flir, fix small typos --- doc/installation/2_additional_settings.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/installation/2_additional_settings.md b/doc/installation/2_additional_settings.md index a272a228f..a82906fd1 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\`. + 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 Director}\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). 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: From 35c9a8927d4975814752af9dbe4c78d8749dd7b2 Mon Sep 17 00:00:00 2001 From: "Xiang Yann, Lim" Date: Sun, 19 Mar 2023 22:43:03 +0800 Subject: [PATCH 2/2] Update 2_additional_settings.md --- doc/installation/2_additional_settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/installation/2_additional_settings.md b/doc/installation/2_additional_settings.md index a82906fd1..966ba990c 100644 --- a/doc/installation/2_additional_settings.md +++ b/doc/installation/2_additional_settings.md @@ -79,8 +79,8 @@ You can include the 3D reconstruction module by: 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 Director}\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\`. + - 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: