OpenPoseDotNet
OpenPoseDotNet copied to clipboard
LINK : fatal error LNK1181: cannot open input file “openpose\src\openpose\Release\openpose.lib”
I do not know how to handle this issue. I need somebody's help .thank you a lot.
@suncici It could be same issue with https://github.com/takuya-takeuchi/OpenPoseDotNet/issues/24#issuecomment-820542091. Could you try VS 2017 instead of VS 2019?
@takuya-takeuchi
Thank you for your prompt reply, I have used 2017 instead of 2019, still reported this problem, and tried release and debug, as well as dev and master.
@suncici
Could you delete src\OpenPoseDotNet.Native\build_win_desktop_cuda_x64
before build by using VS2017?
Old build cache may prevent from build process.
I do not face to your issue after do that.
$ rmdir build_win_desktop_cuda_x64
$ pwsh Build.ps1 Release cuda 64 desktop 2017 101