From 0a3d692c341f2c701e90c5496e82259307c6aa20 Mon Sep 17 00:00:00 2001 From: Jesher Joshua M <87414375+jesherjoshua@users.noreply.github.com> Date: Wed, 22 May 2024 20:33:51 +0530 Subject: [PATCH] fix broken prerequisites link fix the broken link for prerequisites in the first question. --- doc/05_faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/05_faq.md b/doc/05_faq.md index d0e3dcc53..431668a81 100644 --- a/doc/05_faq.md +++ b/doc/05_faq.md @@ -42,7 +42,7 @@ OpenPose Doc - Frequently Asked Questions (FAQ) ### Errors #### Download Server Down **Q: The download server is down, Download Hash mismatch, Error 502: Bad Gateway, etc. I.e., I cannot download the OpenPose models and/or 3rd party libraries.** -**A**: The are 2 alternatives. Option 1 (recommended): Download the links from [1602#issuecomment-641653411](https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1602#issuecomment-641653411) and download them in the places indicated by [doc/1_prerequisites.md](1_prerequisites.md). Option 2: If you downloaded the models and dependencies to some local server, you could set the advanced CMake property `DOWNLOAD_SERVER` to link OpenPose to your local mirror server instead. +**A**: The are 2 alternatives. Option 1 (recommended): Download the links from [1602#issuecomment-641653411](https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1602#issuecomment-641653411) and download them in the places indicated by [doc/1_prerequisites.md](installation/1_prerequisites.md). Option 2: If you downloaded the models and dependencies to some local server, you could set the advanced CMake property `DOWNLOAD_SERVER` to link OpenPose to your local mirror server instead.