Skip to content

326037785/MauiTracker

 
 

Repository files navigation

MauiTracker

Tracking of small objects in video frames

Installation

Download MauiTracker from github and create a virtual environment

  • Half pi tested on python 3.8
mkdir repos
cd repos
git clone https://github.com/johnnewto/MauiTracker.git
cd MauiTracker
python -m venv 'venv'
source ./venv/bin/activate
pip install --upgrade pip
pip install -e .

Usage

python main.py

Recording

python main.py -h
usage: main.py [-h] [-r]

Tracking of small objects in video frames

optional arguments:
  -h, --help    show this help message and exit
  -r, --record  Enable recording

Runs small object detections on a small image data set

With one of the windows in focus press spacebar to step, g to go continuously, d to change direction and q to quit

This should show in github

Note: using https://raw.githack.com/ to serve both mp4 and html

About

Maui63 CameraTracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.5%
  • Python 5.5%