An open API service indexing awesome lists of open source software.

https://github.com/neoanarika/object-tracking-detection

Real time object tracking and detection on raspberry pi
https://github.com/neoanarika/object-tracking-detection

opencv-python python yolov3

Last synced: about 1 month ago
JSON representation

Real time object tracking and detection on raspberry pi

Awesome Lists containing this project

README

          

# Object tracking and detection framework

This project aims to develop a simple and efficient
object tracking and detection framework using yolo for raspberry pi.
Currently readNet feature for opencv3.4 is only for python 3.5, hence pls use python3.5 when you run this code.

# Installing opencv3.4 on raspberry pi 3

After you have git clone this repo into your home directory
```
mv ~/object-tracking-detection/opencv_install ~/opencv_install.sh
sudo ./opencv_install.sh
```
# Dependencies
1. opencv3.4
2. Scipy
3. Numpy
4. Tensorflow
5. imutils