Skip to content

"unwrap" function #9

@mjabri

Description

@mjabri

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions