chengyangfu / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
169 stars 47 forks source link

The resnet feature dimension problem #23

Closed jiamingNo1 closed 6 years ago

jiamingNo1 commented 6 years ago

in file ssd_pascal_resnet_deconv_321.py, line 337, you say that the res3b3_relu dimension is 40x40, but why the res5c_relu is 20x20, isn't it 10x10?

jiamingNo1 commented 6 years ago

I know there is a dilation in conv5, but can the ResNet101 caffe model use the changed prototxt?

jiamingNo1 commented 6 years ago

I solved this problem, thanks.