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
c7cefd38
Unverified
Commit
c7cefd38
authored
Feb 02, 2018
by
Siddhant Kapil
Committed by
GitHub
Feb 02, 2018
Browse files
Update installation.md
Add python-tk in dependency list
parent
31adae53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
research/object_detection/g3doc/installation.md
research/object_detection/g3doc/installation.md
+2
-1
No files found.
research/object_detection/g3doc/installation.md
View file @
c7cefd38
...
...
@@ -5,6 +5,7 @@
Tensorflow Object Detection API depends on the following libraries:
*
Protobuf 2.6
*
Python-tk
*
Pillow 1.0
*
lxml
*
tf Slim (which is included in the "tensorflow/models/research/" checkout)
...
...
@@ -26,7 +27,7 @@ pip install tensorflow-gpu
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
sudo
apt-get
install
protobuf-compiler python-pil python-lxml
python-tk
sudo
pip
install
jupyter
sudo
pip
install
matplotlib
```
...
...
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