zhaoweicai / mscnn

Caffe implementation of our multi-scale object detection framework
404 stars 211 forks source link

Difference between mscnn-7s-384 and mscnn-7s-384-2x #67

Closed yinst2012 closed 7 years ago

yinst2012 commented 7 years ago

As the title shows, what's the difference?

zhaoweicai commented 7 years ago

"2x" means using a deconvolution to upsample the feature map by 2 times. Details can be found in the paper.