Skip to content

Commit 34b3a70

Browse files
Update README.md
1 parent 117798f commit 34b3a70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ set PYTHONPATH=$PYTHONPATH;C:\TensorFlow\research
7272
set PYTHONPATH=$PYTHONPATH;C:\TensorFlow\research\slim
7373
```
7474
Next, compile the Protobuf files, which are used by TensorFlow to configure model and training parameters. Unfortunately, the short protoc compilation command posted on TensorFlow’s Object Detection API installation page doesn’t work for me on Windows.
75-
So I downloaded older 3.4.0 version of protoc from [here](https://github.com/protocolbuffers/protobuf/releases/tag/v3.4.0).
76-
Transfered files to same TensorFlow directory and ran the following command from the tensorflow /research/ directory:
75+
So I downloaded older 3.4.0 version of protoc from [here](https://github.com/protocolbuffers/protobuf/releases/tag/v3.4.0). I am doing stuff on windows so I downloaded protoc-3.4.0-win32.zip version.
76+
Transfered files to main TensorFlow directory and run the following command from the tensorflow /research/ directory:
7777
```
7878
# From tensorflow/research/
7979
"C:/TensorFlow/bin/protoc" object_detection/protos/*.proto --python_out=.

0 commit comments

Comments
 (0)