【BUG】DLL load failed while importing pyopenpose: 找不到指定的模块

问题:
ImportError: DLL load failed while importing pyopenpose: 找不到指定的模块。

解决方法:
1.把build\bin里面的全部dll,复制到\build\python\openpose\Release
2.cuda的话需要将build\x64\Release\openpose.dll连同build\bin目录下的dll都复制到\build\python\openpose\Release

你可能感兴趣的:(bug,python)