Dependecies
Python dependencies are covered with:
pip install pillow
pip install lxml
pip install jupyter
pip install matplotlibYou can run the setup file:
$ cd TensorFlow/ObjectDetection/Setup
$ sh setup.shIf you have trouble installing jupyter type:
pip uninstall notebook
pip install --upgrade notebookNext, we need to clone the github of the models.
$ git clone https://github.com/tensorflow/models.gitOnce you have the models directory we need to install Protoc:
**This instructions are for Mac OSX**
If you have Homebrew (which you can get from https://brew.sh\, just run:
brew install protobufIf you see any error messages, run
brew doctor, follow any recommended fixes, and try again. If it still fails, try instead:
brew upgrade protobuf**This instructions are for Ubuntu**
Run the following commands:
Once that we have protocol install , we can continue
On terminal we type:
Remember that this you will need to do every time you want to run his example.
Last updated
Was this helpful?