当前位置: 首页 > 工具软件 > open-sauced > 使用案例 >

building openpose

叶福
2023-12-01

up to 21. Oct. 2019
https://github.com/CMU-Perceptual-Computing-Lab/openpose.git

1 -
cmake/Cuda.cmake

for the GPU doesn’t support Volta and Turing, comment out the following lines.

# Volta (CUDA >= 9)
set(VOLTA "70") # set(VOLTA "70 71 72") # This crashes with CUDA 10
# Turing (CUDA >= 10)
set(TURING "75")

2 - “cannot find -lopencv_dep_cudart”

-DCUDA_USE_STATIC_CUDA_RUNTIME=OFF
 类似资料:

相关阅读

相关文章

相关问答