Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
31fc8965
Unverified
Commit
31fc8965
authored
Mar 26, 2018
by
derekjchow
Committed by
GitHub
Mar 26, 2018
Browse files
Merge pull request #3679 from harshul1610/master
Update Installation.md
parents
d3952b2c
e234afd1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
research/object_detection/g3doc/installation.md
research/object_detection/g3doc/installation.md
+3
-0
No files found.
research/object_detection/g3doc/installation.md
View file @
31fc8965
...
@@ -12,6 +12,7 @@ Tensorflow Object Detection API depends on the following libraries:
...
@@ -12,6 +12,7 @@ Tensorflow Object Detection API depends on the following libraries:
*
Jupyter notebook
*
Jupyter notebook
*
Matplotlib
*
Matplotlib
*
Tensorflow
*
Tensorflow
*
Cython
*
cocoapi
*
cocoapi
For detailed steps to install Tensorflow, follow the
[
Tensorflow installation
For detailed steps to install Tensorflow, follow the
[
Tensorflow installation
...
@@ -29,6 +30,7 @@ The remaining libraries can be installed on Ubuntu 16.04 using via apt-get:
...
@@ -29,6 +30,7 @@ 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 python-tk
sudo
apt-get
install
protobuf-compiler python-pil python-lxml python-tk
sudo
pip
install
Cython
sudo
pip
install
jupyter
sudo
pip
install
jupyter
sudo
pip
install
matplotlib
sudo
pip
install
matplotlib
```
```
...
@@ -36,6 +38,7 @@ sudo pip install matplotlib
...
@@ -36,6 +38,7 @@ sudo pip install matplotlib
Alternatively, users can install dependencies using pip:
Alternatively, users can install dependencies using pip:
```
bash
```
bash
sudo
pip
install
Cython
sudo
pip
install
pillow
sudo
pip
install
pillow
sudo
pip
install
lxml
sudo
pip
install
lxml
sudo
pip
install
jupyter
sudo
pip
install
jupyter
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment