File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
research/object_detection/g3doc Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Tensorflow Object Detection API depends on the following libraries:
12
12
* Jupyter notebook
13
13
* Matplotlib
14
14
* Tensorflow
15
+ * Cython
15
16
* cocoapi
16
17
17
18
For detailed steps to install Tensorflow, follow the [ Tensorflow installation
@@ -29,13 +30,15 @@ The remaining libraries can be installed on Ubuntu 16.04 using via apt-get:
29
30
30
31
``` bash
31
32
sudo apt-get install protobuf-compiler python-pil python-lxml python-tk
33
+ sudo pip install Cython
32
34
sudo pip install jupyter
33
35
sudo pip install matplotlib
34
36
```
35
37
36
38
Alternatively, users can install dependencies using pip:
37
39
38
40
``` bash
41
+ sudo pip install Cython
39
42
sudo pip install pillow
40
43
sudo pip install lxml
41
44
sudo pip install jupyter
You can’t perform that action at this time.
0 commit comments