-
-
Save punsisi2018861/fd4243a7155a7ef87c9eef062a6976f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!git clone https://github.com/tensorflow/models.git | |
%cd /content/models/research/ | |
!protoc object_detection/protos/*.proto --python_out=. | |
# Install TensorFlow Object Detection API for TF1. | |
!cp object_detection/packages/tf1/setup.py . | |
!python -m pip install . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment