Skip to content

Instantly share code, notes, and snippets.

@minakhan01
Last active July 27, 2018 16:19
Show Gist options
  • Select an option

  • Save minakhan01/d8536ec5db7f7078b936658634f8478c to your computer and use it in GitHub Desktop.

Select an option

Save minakhan01/d8536ec5db7f7078b936658634f8478c to your computer and use it in GitHub Desktop.

scp coco_object_detection_main.py [email protected]:/home/pi/AIY-projects-python/src/examples/vision

scp coco_object_detection.py [email protected]:/home/pi/AIY-projects-python/src/aiy/vision/models

scp voc_object_detection.binaryproto [email protected]:/home/pi

scp image.jpg [email protected]:/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