PaddlePaddle / Mobile

Embedded and Mobile Deployment
Apache License 2.0
71 stars 29 forks source link

SSD Demo on Android and iOS #25

Open Xreki opened 6 years ago

Xreki commented 6 years ago

We are planing to build a SSD (Single Shot MultiBox Detector) demo running on Android and iOS. PaddlePaddle has integrated the SSD algorithm and posted an example to demonstrate how to use the SSD model for object detection, https://github.com/PaddlePaddle/models/tree/develop/ssd.

Goals

To show PaddlePaddle's ability on mobile, we choose to run inference of SSD model on Android and iOS with following goals:

Tasks

Details

Reference

  1. tensorflow: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android
  2. caffe2: https://github.com/bwasti/AICamera
  3. caffe2: https://caffe2.ai/docs/mobile-integration.html
Xreki commented 6 years ago

How to link PaddlePaddle in an iOS application