From 46986f251c56576de9bce0f1fdefa95d3b0b2d87 Mon Sep 17 00:00:00 2001 From: Gines Hidalgo Date: Sat, 13 Jun 2020 21:46:46 -0400 Subject: [PATCH] Added alternative installation instructions #1594 --- doc/installation.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 02b4c90a..36b85be6 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -10,10 +10,11 @@ OpenPose - Installation 6. [Clone OpenPose](#clone-openpose) 7. [Update OpenPose](#update-openpose) 8. [Installation](#installation) -9. [Reinstallation](#reinstallation) -10. [Uninstallation](#uninstallation) -11. [Deploying OpenPose (Exporting OpenPose to Other Projects)](#desploying-openpose-exporting-openpose-to-other-projects) -12. [Optional Settings](#optional-settings) +9. [Alternative Windows Instructions](#alternative-windows-instructions) +10. [Reinstallation](#reinstallation) +11. [Uninstallation](#uninstallation) +12. [Deploying OpenPose (Exporting OpenPose to Other Projects)](#desploying-openpose-exporting-openpose-to-other-projects) +13. [Optional Settings](#optional-settings) 1. [Maximum Speed](#maximum-speed) 2. [COCO and MPI Models](#coco-and-mpi-models) 3. [Python API](#python-api) @@ -226,6 +227,11 @@ Check OpenPose was properly installed by running it on the default images, video +## Alternative Windows Instructions +If you are facing errors with these instructions, these are a set of alternative instructions created by the community for Windows 10, Visual Studio 2019, CMake, and Nvidia GPU: [https://github.com/quickgrid/Build-Guide/blob/master/README.md#windows-10-cmu-openpose-setup-visual-studio-2019-cmake-nvidia-gpu](https://github.com/quickgrid/Build-Guide/blob/master/README.md#windows-10-cmu-openpose-setup-visual-studio-2019-cmake-nvidia-gpu). + + + ## Reinstallation In order to re-install OpenPose: 1. (Ubuntu and Mac) If you ran `sudo make install`, then run `sudo make uninstall` in `build/`. -- GitLab