Skip to content

Instantly share code, notes, and snippets.

@punsisi2018861
Created April 26, 2021 07:28
Show Gist options
  • Save punsisi2018861/fd4243a7155a7ef87c9eef062a6976f1 to your computer and use it in GitHub Desktop.
Save punsisi2018861/fd4243a7155a7ef87c9eef062a6976f1 to your computer and use it in GitHub Desktop.
!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