Skip to content

Commit f5b0c5c

Browse files
committed
Fixed Object Detection API Library Path
1 parent b18c699 commit f5b0c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ All remaining operations should be done from the root user.
5858
# cd /opt
5959
# git clone https://github.com/tensorflow/models
6060
# cd models
61-
# protoc object_detection/protos/*.proto --python_out=.
61+
# protoc research/object_detection/protos/*.proto --python_out=.
6262
```
6363

6464
## Download the pretrained model binaries

0 commit comments

Comments
 (0)