-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Milestone
Description
I looked at the python bindings and could not find the "unwrap" function which is supposed to implement MATLAB im2col like op. Did i miss it? If not are there plans to have it?
What i am trying to do is a convolution of an image with multiple kernels using a matrix multiplication approach as for example in Caffe. For this, the image needs to be 'lowered' (ie using an im2col like op) so each extracted patch become (raveled) row in a matrix, and the kernels are each a column in the second matrix. After the matrix multiplication, the resulting matrix has to be converted back using a dual 'col2im' op where each column is converted back to an image (convolution output corresponding to same kernel column).
Metadata
Metadata
Assignees
Labels
No labels