Last active
September 27, 2019 14:31
-
-
Save ivanliu1989/eb4f110d9b5bd82dd5d0f5d3277a9b1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install example app from tensorflow | |
| cd <YOUR WORKSPACE> | |
| git clone https://github.com/tensorflow/examples | |
| # Install cocoapods if first time | |
| sudo gem install cocoapods | |
| # Install pods | |
| cd examples/lite/examples/object_detection/ios/ | |
| pod install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment