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
- Host: GitHub
- URL: https://github.com/kedpter/track_face_example
- Owner: kedpter
- Created: 2019-08-26T04:42:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T04:12:43.000Z (over 3 years ago)
- Last Synced: 2023-03-02T02:41:08.602Z (over 3 years ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```