Skip to content

Commit

Permalink
Environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jackliu333 authored Feb 7, 2022
1 parent fdddcf3 commit 7632195
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import os

os.system("pip install protobuf-compiler")
# os.system("cd models/research")
os.system("cd Tensorflow/models/research && protoc object_detection/protos/*.proto --python_out=.")
os.system("cd Tensorflow/models/research && cp object_detection/packages/tf2/setup.py .")
os.system("cd Tensorflow/models/research && python -m pip install .")

0 comments on commit 7632195

Please sign in to comment.