JancoDeveloper / object-detection

Object detection on Raspberry Pi and Webcam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object detection app Build Status License: MIT

Install

Raspberry

  • Make sure to have git:
sudo apt install git
  • Install OpenCV 4 fast and optimized for Raspberry Pi:
git clone https://github.com/dlime/Faster_OpenCV_4_Raspberry_Pi.git
cd Faster_OpenCV_4_Raspberry_Pi/debs
sudo dpkg -i OpenCV*.deb
sudo ldconfig
  • Install this object-detection package
git clone https://github.com/cristianpb/object-detection.git
cd object-detection/
make up

For the dependencies, I prefer to use .deb files in Raspberry Pi instead of pip because it doesn't have to compile sources. For installing pandas takes more than 1 hour using pip. More details are in Makefile.

PC

  • Install this object-detection package using the Makefile to have all dependencies installed
git clone https://github.com/cristianpb/object-detection.git
cd object-detection/
make up

Used detection models

About

Object detection on Raspberry Pi and Webcam

License:MIT License


Languages

Language:Python 93.5%Language:Makefile 6.5%