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.
buildx64ReleaseOpenPoseDemo.exe --video examplesmediavideo.avi --face --hand
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!
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.
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.