|
3 | 3 |
|
4 | 4 | This is a beta version that makes body + face + hand keypoint 3-D reconstruction and rendering for 1 person. We will not keep updating it nor solving questions/issues about it at the moment. It requires the user to be familiar with computer vision, in particular with camera calibration, i.e. extraction of intrinsic and extrinsic parameters. |
5 | 5 |
|
6 | | -The Windows steps were tested and worked in the OpenPose 1.0.1 version from the last GitHub commit on July 18th, 2017 in the [official repository](https://github.com/CMU-Perceptual-Computing-Lab/openpose). |
| 6 | +The Windows steps were tested and worked in the OpenPose 1.0.1 version from the last GitHub commit on July 18th, 2017 in the [official repository](https://github.com/CMU-Perceptual-Computing-Lab/openpose). 3D OpenPose should work with any newer version to that one. However, in case it does not, open a GitHub issue and meanwhile use the mentioned version of July 18th. |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
@@ -48,16 +48,17 @@ The program uses 3 cameras by default, but cameras can be added or removed from |
48 | 48 |
|
49 | 49 |
|
50 | 50 | ### Windows |
51 | | -1. Open the OpenPose visual studio solution `windows\openpose.sln`. |
52 | | -2. Right-click on `Solution 'OpenPose'` of the `Solution Explorer` window, usually placed at the top-right part of the VS screen. |
53 | | -3. Click on `Properties`. Go to `Configuration Properties` -> `Configuration` and check `Build` for the `OpenPose3DReconstruction` project. |
54 | | -4. Get the last Spinnaker SKD version, i.e. the FLIR camera driver and software: |
| 51 | +1. Compile and make sure the [OpenPose demo](installation.md#windows) runs, so that the required OpenPose library was properly compiled. |
| 52 | +2. Open the OpenPose visual studio solution `windows\openpose.sln`. |
| 53 | +3. Right-click on `Solution 'OpenPose'` of the `Solution Explorer` window, usually placed at the top-right part of the VS screen. |
| 54 | +4. Click on `Properties`. Go to `Configuration Properties` -> `Configuration` and check `Build` for the `OpenPose3DReconstruction` project. |
| 55 | +5. Get the last Spinnaker SKD version, i.e. the FLIR camera driver and software: |
55 | 56 | - Download last Spinnaker SDK: https://www.ptgrey.com/support/downloads |
56 | 57 | - Copy `{PointGreyParentDirectory}\Point Grey Research\Spinnaker\bin64\vs2015\` as `{OpenPoseDirectory}\3rdparty\windows\spinnaker\bin\`. You can remove all the *.exe files. |
57 | 58 | - Copy `{PointGreyParentDirectory}\Point Grey Research\Spinnaker\include\` as `{OpenPoseDirectory}\3rdparty\windows\spinnaker\include\`. |
58 | 59 | - Copy `Spinnaker_v140.lib` and `Spinnakerd_v140.lib` from `{PointGreyParentDirectory}\Point Grey Research\Spinnaker\lib64\vs2015\` into `{OpenPoseDirectory}\3rdparty\windows\spinnaker\lib\`. |
59 | 60 | - (Optional) Spinnaker SDK overview: https://www.ptgrey.com/spinnaker-sdk |
60 | | -5. Get the last OpenGL Glut library version for the rendering: |
| 61 | +6. Get the last OpenGL Glut library version for the rendering: |
61 | 62 | - Download the latest `MSVC Package` from http://www.transmissionzero.co.uk/software/freeglut-devel/ |
62 | 63 | - Copy `{freeglutParentDirectory}\freeglut\bin\x64\` as `{OpenPoseDirectory}\3rdparty\windows\freeglut\bin\bin\`. |
63 | 64 | - Copy `{freeglutParentDirectory}\freeglut\include\` as `{OpenPoseDirectory}\3rdparty\windows\freeglut\include\`. |
|
0 commit comments