We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,请教一下. 我有几个问题(以下都是android问题): 1.你运行在android里面的.bin和.param这2个文件是caffe2ncnn生成还是ncnn2mem生成的? 2.我是用的ncnn2mem生成的在android的效果和caffe2ncnn出来的效果在ubuntu上的效果是不一样的.ps.我使用的是同一张导入的图片. 3.你的libncnn.a是使用build-android所编译出来的吗? 4.我想跟你一样使用 ex.input("data", in); ncnn::Mat out; ex.extract("detection_out", out); 我也有看你发的使用安卓端lib,但直接替换进去,都没效果. 谢谢.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,请教一下.
我有几个问题(以下都是android问题):
1.你运行在android里面的.bin和.param这2个文件是caffe2ncnn生成还是ncnn2mem生成的?
2.我是用的ncnn2mem生成的在android的效果和caffe2ncnn出来的效果在ubuntu上的效果是不一样的.ps.我使用的是同一张导入的图片.
3.你的libncnn.a是使用build-android所编译出来的吗?
4.我想跟你一样使用
ex.input("data", in);
ncnn::Mat out;
ex.extract("detection_out", out);
我也有看你发的使用安卓端lib,但直接替换进去,都没效果.
谢谢.
The text was updated successfully, but these errors were encountered: