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
7e56d628
Commit
7e56d628
authored
Jul 21, 2018
by
sauercrowd
Browse files
added location to execute commands from
parent
b7121465
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
research/object_detection/g3doc/installation.md
research/object_detection/g3doc/installation.md
+2
-0
No files found.
research/object_detection/g3doc/installation.md
View file @
7e56d628
...
@@ -89,6 +89,7 @@ protoc object_detection/protos/*.proto --python_out=.
...
@@ -89,6 +89,7 @@ protoc object_detection/protos/*.proto --python_out=.
## Manual protobuf-compiler installation and usage
## Manual protobuf-compiler installation and usage
Download and install the 3.0 release of protoc, then unzip the file.
Download and install the 3.0 release of protoc, then unzip the file.
```
bash
```
bash
# From tensorflow/models/research/
wget
-O
protobuf.zip https://github.com/google/protobuf/releases/download/v3.0.0/protoc-3.0.0-linux-x86_64.zip
wget
-O
protobuf.zip https://github.com/google/protobuf/releases/download/v3.0.0/protoc-3.0.0-linux-x86_64.zip
unzip protobuf.zip
unzip protobuf.zip
```
```
...
@@ -96,6 +97,7 @@ unzip protobuf.zip
...
@@ -96,6 +97,7 @@ unzip protobuf.zip
Run the compilation process again, but use the downloaded version of protoc
Run the compilation process again, but use the downloaded version of protoc
```
bash
```
bash
# From tensorflow/models/research/
./bin/protoc object_detection/protos/
*
.proto
--python_out
=
.
./bin/protoc object_detection/protos/
*
.proto
--python_out
=
.
```
```
...
...
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