openpose1.7.0 build and run error in windows 11 RTX5080
hello ,my environment is: windows11 x64 cuda12.8+cudnn9.8 openpose==1.7.0 vs2022
I successfully build exe and dll from source.but I test video error like this: D:\openpose-1.7.0-win-src\openpose-1.7.0-install-rtx5080>bin\OpenPoseDemo.exe --video examples\media\video.avi --net_resolution -1x128 Starting OpenPose demo... Configuring OpenPose... Starting thread(s)... Auto-detecting all available GPUs... Detected 1 GPU(s), using 1 of them starting at GPU 0. F1115 08:30:15.579377 21232 pooling_layer.cu:212] Check failed: error == cudaSuccess (48 vs. 0) no kernel image is available for execution on the device *** Check failure stack trace: ***
I set argments with: CMAKE_ARCH_BIN=12.0 CMAKKE_PTX=12.0 CMAKE_CUDA_ARCHITECTURES=120 CUDA_ARCH=manual it still has those errors