"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "7e13f568dc632fa61c8f92605a34c5700e834f44"
Commit a9ee6b7e authored by Zhichao Lu's avatar Zhichao Lu Committed by lzc5123016
Browse files

Minor fix to g3doc.

PiperOrigin-RevId: 187397387
parent 78d5f8f8
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
Tensorflow Object Detection API depends on the following libraries: Tensorflow Object Detection API depends on the following libraries:
* Protobuf 2.6 * Protobuf 2.6
* Python-tk
* Pillow 1.0 * Pillow 1.0
* lxml * lxml
* tf Slim (which is included in the "tensorflow/models/research/" checkout) * tf Slim (which is included in the "tensorflow/models/research/" checkout)
...@@ -27,7 +28,7 @@ pip install tensorflow-gpu ...@@ -27,7 +28,7 @@ pip install tensorflow-gpu
The remaining libraries can be installed on Ubuntu 16.04 using via apt-get: The remaining libraries can be installed on Ubuntu 16.04 using via apt-get:
``` bash ``` bash
sudo apt-get install protobuf-compiler python-pil python-lxml sudo apt-get install protobuf-compiler python-pil python-lxml python-tk
sudo pip install jupyter sudo pip install jupyter
sudo pip install matplotlib sudo pip install matplotlib
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment