Skip to content

Instantly share code, notes, and snippets.

@minakhan01
Last active July 27, 2018 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minakhan01/d8536ec5db7f7078b936658634f8478c to your computer and use it in GitHub Desktop.
Save minakhan01/d8536ec5db7f7078b936658634f8478c to your computer and use it in GitHub Desktop.

scp coco_object_detection_main.py pi@192.168.86.176:/home/pi/AIY-projects-python/src/examples/vision

scp coco_object_detection.py pi@192.168.86.176:/home/pi/AIY-projects-python/src/aiy/vision/models

scp voc_object_detection.binaryproto pi@192.168.86.176:/home/pi

scp image.jpg pi@192.168.86.176:/home/pi/AIY-projects-python/src/examples/vision

=====

cp voc_object_detection.binaryproto /opt/aiy/models/

sudo systemctl disable joy_detection_demo

cd ~/AIY-projects-python/src/examples/vision

./object_detection.py --input image.jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment