Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
solrex authored Feb 5, 2017
1 parent 26ab8e0 commit da5cad0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ $ cp $CAFFE/examples/mnist/lenet_iter_10000.caffemodel $CAFFE_MOBILE/examples/io
- Load the Xcode project inside the `$CAFFE_MOBILE/examples/ios/simple/` folder, and press Command-R to build and run it on the simulator.

# For iPhone
==================

## Step 1: Build Caffe-Mobile Lib with cmake

Expand Down Expand Up @@ -85,3 +84,10 @@ $ brew install gflags
$ cmake .. -DTOOLS
$ make -j 4
```

# Thanks

- Based on https://github.com/BVLC/caffe
- Inspired by https://github.com/chyh1990/caffe-compact
- Use https://github.com/Yangqing/ios-cmake
- Use https://gist.github.com/TyGuy/e814d23046772a98ae437270e8aaaf08

0 comments on commit da5cad0

Please sign in to comment.