Coder Social home page Coder Social logo

paddle-mobile-demo's Introduction

paddle-mobile-demo

a simple paddle-mobile-demo

android cpu demo 演示了Paddle Mobile 在Android平台上粗分类的应用.

编译步骤

  1. clone 仓库
  2. 打开Android Studio
  3. "open an existing Android Studio Project"
  4. 目录中选择 paddle-mobile-demo/android/CPU/paddle_mobile_android/
  5. run and enjoy it

主要类说明

 /**
 * 描述一个模型的 预处理, 加载, 以及预测等特性
 * 封装了与paddle mobile - PML 交互过程 
 */
abstract class Model : IModel, AnkoLogger{}

/**
 * MobileNetModelImpl 描述了一个modelnet分类模型
 * 包含预处理,模型加载,预测过程等
 **/
class MobileNetModelImpl : Model() {}

/**
 * DEMO的界面, 创建与调用Model对象,
 */
class MainActivity : Activity(){}

paddle-mobile-demo's People

Contributors

xiebaiyuan 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.