Guest User

Untitled

a guest
Nov 19th, 2017
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import os
  2. os.system('export WORKON_HOME=$HOME/.virtualenvs')
  3. os.system('source /usr/local/bin/virtualenvwrapper.sh')
  4. os.system('workon cv')
  5. os.system('python pi_object_detection.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel')
Add Comment
Please, Sign In to add comment