未验证 提交 d7667624 编写于 作者: oppppows's avatar oppppows 提交者: GitHub

Fixed images link install doc typo (#1866)

Co-authored-by: Nyaobin.li <yaobin.li@rokid.com>
上级 7f44889a
...@@ -117,15 +117,15 @@ cmake-gui .. ...@@ -117,15 +117,15 @@ cmake-gui ..
``` ```
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`. 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`.
<p align="center"> <p align="center">
<img src="../.github/media/installation/cmake_im_1.png" width="480"> <img src="../../.github/media/installation/cmake_im_1.png" width="480">
<img src="../.github/media/installation/cmake_im_1_windows.png" width="480"> <img src="../../.github/media/installation/cmake_im_1_windows.png" width="480">
</p> </p>
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. 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.
<p align="center"> <p align="center">
<img src="../.github/media/installation/cmake_im_2.png" width="240"> <img src="../../.github/media/installation/cmake_im_2.png" width="240">
<img src="../.github/media/installation/cmake_im_2_windows.png" width="240"> <img src="../../.github/media/installation/cmake_im_2_windows.png" width="240">
<img src="../.github/media/installation/cmake_im_2_windows_new.png" width="240"> <img src="../../.github/media/installation/cmake_im_2_windows_new.png" width="240">
</p> </p>
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. 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 .. ...@@ -139,8 +139,8 @@ cmake-gui ..
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. 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.
<p align="center"> <p align="center">
<img src="../.github/media/installation/cmake_im_3.png" width="480"> <img src="../../.github/media/installation/cmake_im_3.png" width="480">
<img src="../.github/media/installation/cmake_im_3_windows.png" width="480"> <img src="../../.github/media/installation/cmake_im_3_windows.png" width="480">
</p> </p>
7. Press the `Generate` button and proceed to [Compilation](#compilation). You can now close CMake. 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 ...@@ -378,7 +378,7 @@ OpenPose uses a [custom fork of Caffe](https://github.com/CMU-Perceptual-Computi
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. 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.
<p align="center"> <p align="center">
<img src="../.github/media/installation/cmake_im_5.png" width="480"> <img src="../../.github/media/installation/cmake_im_5.png" width="480">
</p> </p>
For Windows, simply replace the OpenCV DLLs and include folder for your custom one. For Windows, simply replace the OpenCV DLLs and include folder for your custom one.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册