Skip to content

Instantly share code, notes, and snippets.

@ivanliu1989
Last active September 27, 2019 14:31
Show Gist options
  • Select an option

  • Save ivanliu1989/eb4f110d9b5bd82dd5d0f5d3277a9b1e to your computer and use it in GitHub Desktop.

Select an option

Save ivanliu1989/eb4f110d9b5bd82dd5d0f5d3277a9b1e to your computer and use it in GitHub Desktop.
# 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