You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CMake flag CUDA_ARCH is passed directly to Caffe as CUDA_ARCH_NAME, but the options are not compatible.
OpenPose expects a name like "[Name] ([Cuda version])", while Caffe expects just "[Name]".
Issue Summary
The CMake flag
CUDA_ARCH
is passed directly to Caffe asCUDA_ARCH_NAME
, but the options are not compatible.OpenPose expects a name like "[Name] ([Cuda version])", while Caffe expects just "[Name]".
Cuda.cmake
from OpenPose:Cuda.cmake
from Caffe:The master branches haven't changed this since v1.7.0.
Executed Command (if any)
Errors (if any)
Type of Issue
Your System Configuration
OpenPose version: v1.7.0
General configuration:
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
Non-default settings:
-DBUILD_PYTHON=ON
3rd-party software:
cmake version 3.5.1
apt-get install libopencv-dev
(only Ubuntu); OpenPose default (only Windows); compiled from source? If so, 2.4.9, 2.4.12, 3.1, 3.2?; ...?If GPU mode issue:
If CPU-only mode issue:
If Python API:
python -c "import numpy; print numpy.version.version"
in Ubuntu):If Windows system:
If speed performance issue:
The text was updated successfully, but these errors were encountered: