alwaysai / kalman_hackyhour

May 12th Kalman filter-based tracker demonstration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kalman Tracking Hacky Hour 05/12/2021

Source for the May 12th Hacky Hour! This app demonstrates how to use the Kalman Tracker to track objects in motion.

Requirements

Usage

Once the alwaysAI tools are installed on your development machine (or edge device if developing directly on it) you can install and run the app with the following CLI commands:

To perform initial configuration of the app:

aai app configure

To prepare the runtime environment and install app dependencies:

aai app install

To start the app:

aai app start

Support

About

May 12th Kalman filter-based tracker demonstration

License:Apache License 2.0


Languages

Language:Python 97.3%Language:Dockerfile 2.7%