Guest User

Untitled

a guest
Jan 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import os
  2. os.chdir("PATH")
  3. os.chdir("tensor")
  4. os.system(". bin/activate")
  5. os.system("tensorflow/bazel-bin/tensorflow/examples/label_image/label_image --input_layer=Mul --output_layer=final_result --labels=PATH --image=PATH --graph=PATH")
  6.  
  7. python3 Predict.py make &> PATH
  8.  
  9. python3 Predict.py make &> PATH
Add Comment
Please, Sign In to add comment