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

whc 2 128 2 #8

Open
wangjing60755 opened this issue Feb 6, 2021 · 0 comments
Open

whc 2 128 2 #8

wangjing60755 opened this issue Feb 6, 2021 · 0 comments

Comments

@wangjing60755
Copy link

my unet convert to ncnn(.param/.bin),no error appear

when I inference in vs2017,

.......
ncnn::Mat mask;
ex.extract("final_layer", mask);
std::cout << "whc " << mask.w << " " << mask.h << " " << mask.c << " " << std::endl;

get : whc 2 128 2
so ,why mask.h != mask.w ? my model should get (128,128,2) output.

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

No branches or pull requests

1 participant