takuya-takeuchi / OpenPoseDotNet

OpenPose wrapper written in C++ and C# for Windows
MIT License
66 stars 25 forks source link

Build Error Occurs when use cuda option #26

Open wollyng opened 3 years ago

wollyng commented 3 years ago

First, thank you for your great work. I got an ERROR when I used this command to build: pwsh Build.ps1 Debug cuda 64 desktop 2019 101

Error Msg: Build OpenPoseDotNet.Native Start Build openpose Error: '' does not found End Build openpose

please tell me how can I do, thank you very much, Windows 10 x64 VS2019 CUDA version : 11.1.96

solt6626 commented 1 year ago

You are trying to build with an incorrect cuda version. Try installing cuda 10.1 (That is what 101 means).