CMU-Perceptual-Computing-Lab / caffe_rtpose

Realtime C++ code for multi-person pose estimation
Other
356 stars 207 forks source link

cudnn v6 not supported #48

Closed zhezh closed 6 years ago

zhezh commented 6 years ago

Recently, tensorflow 1.3 has updated to cudnn 6, so I updated cudnn to 6.

As I exec./install_caffe_and_cpm.sh, there are compiling error with ./include/caffe/util/cudnn.hpp.

For a few time trying, I find the newest caffe has different version cudnn.hpp.

Then I replace this hpp file with the newest one, it works fine.

gineshidalgo99 commented 6 years ago

Hi, we are not maintaining this repository anymore. Please, use OpenPose which supports cuDNN 6 and 7. Thanks!