From b01d3a35cd3b2fd8bf79b52259c7774563c3f8c5 Mon Sep 17 00:00:00 2001 From: gineshidalgo99 Date: Mon, 12 Jun 2017 10:05:04 -0400 Subject: [PATCH] Added GPU requirements and missing include --- doc/installation.md | 4 ++-- include/openpose/core/renderer.hpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 412d9fcc..7613387b 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -12,8 +12,8 @@ OpenPose Library - Compilation and Installation ## Requirements - Ubuntu (tested on 14 and 16) or Windows (tested on 10). We do not support any other OS but the community has been able to install it on: CentOS, Windows 7, and Windows 8. -- GPU with at least 1.5 GB available (the `nvidia-smi` command checks the available GPU memory in Ubuntu). -- CUDA and cuDNN installed. +- NVIDIA graphics card with at least 1.5 GB available (the `nvidia-smi` command checks the available GPU memory in Ubuntu). +- CUDA and cuDNN installed. Note: We found OpenPose working with cuDNN 5.1 ~10% faster than with cuDNN 6. - At least 2 GB of free RAM memory. - Highly recommended: A CPU with at least 8 cores. diff --git a/include/openpose/core/renderer.hpp b/include/openpose/core/renderer.hpp index b3d717b1..f06da407 100644 --- a/include/openpose/core/renderer.hpp +++ b/include/openpose/core/renderer.hpp @@ -1,6 +1,7 @@ #ifndef OPENPOSE_CORE_RENDERER_HPP #define OPENPOSE_CORE_RENDERER_HPP +#include #include #include // std::shared_ptr #include -- GitLab