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

https://github.com/alwaysai/kalman_hackyhour

May 12th Kalman filter-based tracker demonstration
https://github.com/alwaysai/kalman_hackyhour

computer-vision kalman-filter kalman-tracking

Last synced: 12 months ago
JSON representation

May 12th Kalman filter-based tracker demonstration

Awesome Lists containing this project

README

          

# Kalman Tracking Hacky Hour 05/12/2021
Source for the May 12th Hacky Hour! This app demonstrates how to use the [Kalman Tracker](https://alwaysai.co/docs/edgeiq_api/object_tracking.html#edgeiq.object_tracking.KalmanTracker) to track objects in motion.

## Requirements
* [alwaysAI account](https://alwaysai.co/auth?register=true)
* [alwaysAI Development Tools](https://alwaysai.co/docs/get_started/development_computer_setup.html)

## 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
* [Documentation](https://alwaysai.co/docs/)
* [Community Discord](https://discord.gg/alwaysai)
* Email: support@alwaysai.co