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

https://github.com/kedpter/track_face_example

Face tracking example using KalmanFilter
https://github.com/kedpter/track_face_example

Last synced: about 1 year ago
JSON representation

Face tracking example using KalmanFilter

Awesome Lists containing this project

README

          

An simple example to track faces using [sort](https://github.com/abewley/sort) and [face_recognition](https://github.com/ageitgey/face_recognition)

### Install
```
pip install -r requirements.txt
```

### Usage
```
python track_face_example.py
```