Skip to content

haithanhp/amber_caffe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published