afantideng / R-FCN-PSROIAlign

A Caffe implementation of PSROI-Align
http://blog.leanote.com/post/afanti.deng@gmail.com/Position-Sensitive
55 stars 20 forks source link

编译Microsoft版本的caffe出现问题 #4

Open yunren opened 6 years ago

yunren commented 6 years ago

您好,我把对应层PSROIAlign层对应的.hpp/cpp/cu文件加入到我的caffe工程里面,proto也修改了,可是一编译就出现如下错误: error: no instance of function template "caffe::PSROIAlignForward" matches the agument list

错误信息定位到 psroi_align_layer.cu的154行1列。

求助,该怎么解决,谢谢

yunren commented 6 years ago

而且我看到 对应的cpp文件名是 psori_align_layer.cpp?确定是这样吗?