Tracking of small objects in video frames
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 .
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
- Main branch just runs detections with no tracking
- Tag With tracker loads and classified the detections using a porrly trained pytorch classification model The confidence of the detections is shown as the third digit in the tile bar. It uses a SORT MOT tracking algorithim
With one of the windows in focus press spacebar to step, g to go continuously, d to change direction and q to quit
Note: using https://raw.githack.com/ to serve both mp4 and html