Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import os
- os.system('export WORKON_HOME=$HOME/.virtualenvs')
- os.system('source /usr/local/bin/virtualenvwrapper.sh')
- os.system('workon cv')
- os.system('python pi_object_detection.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel')
RAW Paste Data