From 0533e790e1280fb7c1f9ad2e2afefa21bcd6929d Mon Sep 17 00:00:00 2001 From: gineshidalgo99 Date: Wed, 23 Aug 2017 16:49:44 -0400 Subject: [PATCH] Updated 3D OP doc --- doc/openpose_3d_reconstruction_demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/openpose_3d_reconstruction_demo.md b/doc/openpose_3d_reconstruction_demo.md index 039638a4..2a8bc14c 100644 --- a/doc/openpose_3d_reconstruction_demo.md +++ b/doc/openpose_3d_reconstruction_demo.md @@ -48,7 +48,7 @@ The program uses 3 cameras by default, but cameras can be added or removed from ### Windows -1. Compile and make sure the [OpenPose demo](installation.md#windows) runs, so that the required OpenPose library was properly compiled. +1. [Install the OpenPose library](installation.md#installation---library) and make sure the [OpenPose demo runs](installation.md#quick-start), so that the required OpenPose library was properly compiled. 2. Open the OpenPose visual studio solution `windows\openpose.sln`. 3. Right-click on `Solution 'OpenPose'` of the `Solution Explorer` window, usually placed at the top-right part of the VS screen. 4. Click on `Properties`. Go to `Configuration Properties` -> `Configuration` and check `Build` for the `OpenPose3DReconstruction` project. -- GitLab