Igorgro / ObjectTrackingSystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object tracking system

This system is supposed to be used on Raspberry Pi

Installation

  • Install following packages:
sudo apt install libhdf5-103 libjasper1 libqt4-dev libatlas-base-dev
  • Install requirements
pip3 install -r ./requirements.txt

Run

There is issue with libatomic.so, so you need to run this system such way:

export LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1
python3 ./src/main.py

About

License:Do What The F*ck You Want To Public License


Languages

Language:Python 95.3%Language:C++ 4.7%