-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Labels
Comments
TODO... hahaha |
@Corea https://github.com/lzx1413/ncnn/blob/master/src/layer/interp.cpp I have impleted one, copy from caffe and caffe2 |
interp layer merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 classMat
, 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.The text was updated successfully, but these errors were encountered: