Skip to content

Commit d766762

Browse files
cavalleriayaobin.li
andauthored
Fixed images link install doc typo (#1866)
Co-authored-by: yaobin.li <[email protected]>
1 parent 7f44889 commit d766762

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/installation/0_index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ cmake-gui ..
117117
```
118118
2. Select the OpenPose directory as project source directory, and a non-existing or empty sub-directory (e.g., `build`) where the Makefile files (Ubuntu) or Visual Studio solution (Windows) will be generated. If `build` does not exist, it will ask you whether to create it. Press `Yes`.
119119
<p align="center">
120-
<img src="../.github/media/installation/cmake_im_1.png" width="480">
121-
<img src="../.github/media/installation/cmake_im_1_windows.png" width="480">
120+
<img src="../../.github/media/installation/cmake_im_1.png" width="480">
121+
<img src="../../.github/media/installation/cmake_im_1_windows.png" width="480">
122122
</p>
123123

124124
3. Press the `Configure` button, keep the generator in `Unix Makefiles` (Ubuntu) or set it to your 64-bit Visual Studio version (Windows), and press `Finish`. Note for Windows users: CMake-GUI has changed their design after version 14. For versions older than 14, you usually select `Visual Studio XX 20XX Win64` as the generator (`X` depends on your VS version), while the `Optional toolset to use` must be empty. However, new CMake versions require you to select only the VS version as the generator, e.g., `Visual Studio 16 2019`, and then you must manually choose `x64` for the `Optional platform for generator`. See the following images as example.
125125
<p align="center">
126-
<img src="../.github/media/installation/cmake_im_2.png" width="240">
127-
<img src="../.github/media/installation/cmake_im_2_windows.png" width="240">
128-
<img src="../.github/media/installation/cmake_im_2_windows_new.png" width="240">
126+
<img src="../../.github/media/installation/cmake_im_2.png" width="240">
127+
<img src="../../.github/media/installation/cmake_im_2_windows.png" width="240">
128+
<img src="../../.github/media/installation/cmake_im_2_windows_new.png" width="240">
129129
</p>
130130

131131
4. Enabling Python (optional step, only apply it if you plan to use the Python API): Enable the `BUILD_PYTHON` flag and click `Configure` again.
@@ -139,8 +139,8 @@ cmake-gui ..
139139

140140
6. If this step is successful, the `Configuring done` text will appear in the bottom box in the last line. Otherwise, some red text will appear in that same bottom box.
141141
<p align="center">
142-
<img src="../.github/media/installation/cmake_im_3.png" width="480">
143-
<img src="../.github/media/installation/cmake_im_3_windows.png" width="480">
142+
<img src="../../.github/media/installation/cmake_im_3.png" width="480">
143+
<img src="../../.github/media/installation/cmake_im_3_windows.png" width="480">
144144
</p>
145145

146146
7. Press the `Generate` button and proceed to [Compilation](#compilation). You can now close CMake.
@@ -378,7 +378,7 @@ OpenPose uses a [custom fork of Caffe](https://github.com/CMU-Perceptual-Computi
378378

379379
Alternatively, you can use your own Caffe distribution on Ubuntu/Mac by 1) disabling `BUILD_CAFFE`, 2) setting `Caffe_INCLUDE_DIRS` to `{CAFFE_PATH}/include/caffe`, and 3) setting `Caffe_LIBS` to `{CAFFE_PATH}/build/lib/libcaffe.so`, as shown in the image below. Note that cuDNN-compatible Caffe version is required in order to get the maximum possible accuracy in OpenPose.
380380
<p align="center">
381-
<img src="../.github/media/installation/cmake_im_5.png" width="480">
381+
<img src="../../.github/media/installation/cmake_im_5.png" width="480">
382382
</p>
383383

384384
For Windows, simply replace the OpenCV DLLs and include folder for your custom one.

0 commit comments

Comments
 (0)