Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 386 Bytes

Raspberry Pi Real Time Object Detection

Run with Docker

Install docker if you have not install on pi yet

curl -fsSL https://get.docker.com/ | sh

If you would like to use Docker as a non-root user, add your user to the "docker" group

sudo usermod -aG docker <user>

After usermod you should logout to save the change

Run

./run_docker.sh