unsky / Deformable-ConvNets-caffe

Deformable Convolutional Networks on caffe
160 stars 83 forks source link

I got compile error #8

Closed hangil55 closed 6 years ago

hangil55 commented 6 years ago

I got message saying that src/caffe/layers/deformable_conv_layer.cpp:213:16: error: ‘const class caffe::DeformableConvolutionParameter’ has no member named ‘group’

I am using cuda 8.0 & cudnn 5.1

unsky commented 6 years ago

caffe.prototxt is right?

unsky commented 6 years ago

readme have some mistake, use caffe.protxt in deformable_conv_cxx

hangil55 commented 6 years ago

I complete this issue. thanks There are not exist "optional uint32 group = 5 [default = 1];" in deformable_conv_cxx. (I added that line and make it compile) Thank you