Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions research/object_detection/g3doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Tensorflow Object Detection API depends on the following libraries:
* Jupyter notebook
* Matplotlib
* Tensorflow
* Cython
* cocoapi

For detailed steps to install Tensorflow, follow the [Tensorflow installation
Expand All @@ -29,13 +30,15 @@ The remaining libraries can be installed on Ubuntu 16.04 using via apt-get:

``` bash
sudo apt-get install protobuf-compiler python-pil python-lxml python-tk
sudo pip install Cython
sudo pip install jupyter
sudo pip install matplotlib
```

Alternatively, users can install dependencies using pip:

``` bash
sudo pip install Cython
sudo pip install pillow
sudo pip install lxml
sudo pip install jupyter
Expand Down