Git Product home page Git Product logo

deep-deploy's Introduction

deploy deep learning model with MNN.

build

  1. install opencv;

  2. build MNN

  3. build this project

    mkdir build;cd build
    cmake -DMNN="your MNN path" ..
    make
    

use

image classification

model source demo note
MobileNet V1/V2/V3 link src
EfficientNet link src AdvProp use different preprocess
RepVGG link src
./mobilenet mobilenet_v2.mnn cat.jpg

Output:

class: 282 prob: 0.537347
class: 283 prob: 0.14923
class: 286 prob: 0.127461
class: 288 prob: 0.0312308
class: 284 prob: 0.0156367

object detection

model source demo note
Yolo V3 link src pass in lastest version
Yolo V3 link src decode box by hard code
./yolov3 yolov3.mnn image2.jpg

Output:

detection

image segmentation

model source demo note
Deeplab V3 link src
./deeplab deeplab.mnn image1.jpg

Output:

segmentation

cartoonize/style transfer/paint

model source demo note
White Box Cartoonize link src
./white-box-cartoonize cartoonize.mnn food16.jpg 

super resolution

model source demo note
DBPN link src
./dbpn dbpn_x2.mnn butterfly_x2.jpg

tools

  1. frozen_graph.py: to fix input shape or make partition.

deep-deploy's People

Contributors

zhehaoxu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

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.