person-re-ranking/caffe/docs/tutorial/layers/im2col.md

708 B

title
Im2col Layer

im2col

Im2col is a helper for doing the image-to-column transformation that you most likely do not need to know about. This is used in Caffe's original convolution to do matrix multiplication by laying out all patches into a matrix.