Git Product home page Git Product logo

mnn-yolov3's People

Contributors

apxlwl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mnn-yolov3's Issues

转换后的模型没法用

@wlguan 作者您好,我直接运行pb.py转换了仓库中的checkpoint:weights/yolo.ckpt-60-0.7911为pb模型,并转换为mnn模型。然后放到android-demo中替换掉原有的voc544.mnn,结果安卓端APP运行时出现Create Net Failed错误,原有android-demo中的voc544.mnn和voc320_quant.mnn在安卓端运行是没有问题的。
另外,我用v3文件夹中的代码训练了自己的检测模型,并将checkpoint也转化为mnn模型,替换掉android-demo中掉原有的voc544.mnn,也出现Create Net Failed错误。
所以想问下,能否麻烦您再测试下您readme中关于这套代码的使用流程啊,小白按照您的步骤遇到了严重的问题,卡了好几天了试了各种方式都没解决。谢谢您了 @wlguan

good job, what's your config in android-studio?

thank you for your yolov3 detection deploy example ,when i compile and run simulate on my android-studio , there are some warning,

Cannot build selected target ABI: x86, no suitable splits configured: armeabi-v7a;
ABIs [x86] set by 'android.injected.build.abi' gradle flag contained 'X86' not targeted by this project.

Can you give a detail information of your config in android studio ? something like NDK version the simulator config ,MNN version.

请问你的MNN量化是怎么执行

我尝试用MNN量化,会报以下错误,你有没有遇到这个问题
MNN/tools/quantization/calibration.cpp:189: Check failed: inputTensorStatistic != _featureInfo.end() ==> input tensor error!

我的配置文件这么来写 preprocessConfig.json,请问你是怎么写的,先谢了!
{
"format":"RGB",
"mean":[
0.0,
0.0,
0.0
],
"normal":[
0.00392156,
0.00392156,
0.00392156
],
"width":544,
"height":544,
"path":"/path/images",
"used_image_num":500,
"feature_quantize_method":"KL",
"weight_quantize_method":"MAX_ABS"
}

安卓端运行

看了大哥的c++以及Python运行666
,由于没有使用过java,请问安卓端的运行的能够仔细说一下吗?谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.