Openpose: System Error while running OpenPoseDemo.exe on Windows

Created on 21 Apr 2018  Â·  3Comments  Â·  Source: CMU-Perceptual-Computing-Lab/openpose

Issue Summary

After building the solution in VS 2015 Enterprise, I proceeded to check if the library installation succeeded or not. There I received errors about the executable not finding gflags.dll, glog.dll and opencv_world310.dll.

Executed Command

buildx64ReleaseOpenPoseDemo.exe --video examplesmediavideo.avi --face --hand

Type of Issue

  • Execution error
    Three pop-up windows with the following messages appeared:
    1) The code execution cannot proceed because gflags.dll was not found. Reinstalling the program may fix the problem.
    2) The code execution cannot proceed because opencv_world310.dll was not found. Reinstalling the program may fix the problem.
    3) The code execution cannot proceed because glog.dll was not found. Reinstalling the program may fix the problem.

System Configuration

Operating system : Windows 10
Installation mode: VS 2015 Enterprise with Update 3 build
CUDA version (cat /usr/local/cuda/version.txt in most cases):cuda 8
cuDNN version: v 5.1
CMake version (cmake --version in Ubuntu): 3.11.1
Release or Debug mode? (by defualt: release): Release
3-D Reconstruction module added? (by default: no): No
GPU model (nvidia-smi in Ubuntu): Nvidia Titan X
Caffe version: Default from OpenPose

If anyone knows how to fix this issue, please comment. Thanks in advance!

Most helpful comment

It seems like the executable demo is not able to locate the dlls it is dependent on. I fixed this issue by copying all the dlls to the release folder.

All 3 comments

It seems like the executable demo is not able to locate the dlls it is dependent on. I fixed this issue by copying all the dlls to the release folder.

@vasavig Where did you find all these .dll files ?

@saketGuptaTiger inside the bin directory - copy all of the dll files to the x64/release folder.

Was this page helpful?
0 / 5 - 0 ratings