MhLiao / TextBoxes

TextBoxes: A Fast Text Detector with a Single Deep Neural Network
https://github.com/MhLiao/TextBoxes
Other
633 stars 154 forks source link

error when compile with cudnn v5 #83

Closed hengshan123 closed 6 years ago

hengshan123 commented 6 years ago

I can make sucess without cudnn. But i get errors: /cudnn.hpp:112:3: error: too few arguments to function ‘cudnnStatus_t cudnnSetConvolution2dDescriptor(cudnnConvolutionDescriptor_t, int, int, int, int, int, int, cudnnConvolutionMode_t, cudnnDataType_t)

someone says it could be caffe version is old. is there someone else get this error ?

hengshan123 commented 6 years ago

i make with cudnn v4 and success