Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.04 KB

amber_Caffe

This Caffe package is configured for iOS version only. Here is the instruction:

Instructions

  1. Build Caffe lib for iOS: Run these commands to build caffe lib.
--- For iOS device
$ export DEVICE=iPhoneOS
--- For simulator
$ export DEVICE=iPhoneSimulator

$ ./tools/build.sh

The lib outcomes are located 'build' folders (e.g. build_iPhoneOS, build_iPhoneSimulator).

  1. Integrate to iOS project.
  • The demo is on Objective - C
  • Use DemoiOS project as an example.
  • DemoiOS: Face detection - MobileNet + SSD
    • Structure of project see folder: DemoiOS for libs directory. You can config in your own way.
    • Go to build setting of Xcode project:
      • Other Linker Flags for .a files
      • Header Search Path for include files.
  1. Caffe models: MobileNet + SSD

If you have any problems in deployment, please let me know.