Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize layer support #106

Closed
Corea opened this issue Aug 23, 2017 · 3 comments
Closed

Resize layer support #106

Corea opened this issue Aug 23, 2017 · 3 comments

Comments

@Corea
Copy link
Contributor

Corea commented Aug 23, 2017

I'm not sure that caffe has this operation for tensor, but Tensorflow has this op. (https://www.tensorflow.org/api_guides/python/image#Resizing) Even though ncnn has from_pixels_resize function in class Mat, sometimes we need to put resize op in the network. Deconvolution can be used for this situation, of course, but this will be slower down the performance of network.

@vicwer
Copy link
Contributor

vicwer commented Aug 23, 2017

TODO... hahaha

@lzx1413
Copy link
Contributor

lzx1413 commented Aug 25, 2017

@Corea https://github.com/lzx1413/ncnn/blob/master/src/layer/interp.cpp I have impleted one, copy from caffe and caffe2

@nihui
Copy link
Member

nihui commented Oct 10, 2017

interp layer merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants