Dependecies

Python dependencies are covered with:

pip install pillow
pip install lxml
pip install jupyter
pip install matplotlib

You can run the setup file:

$ cd TensorFlow/ObjectDetection/Setup
$ sh setup.sh
  • If you have trouble installing jupyter type:

pip uninstall notebook
pip install --upgrade notebook

Next, we need to clone the github of the models.

$ git clone https://github.com/tensorflow/models.git

Once you have the models directory we need to install Protoc:

**This instructions are for Mac OSX**

brew install protobuf
  • If you see any error messages, runbrew 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?