Skip to content
/ prost Public

Python implementation of the PROST (Parallel robust online simple tracking) algorithm.

License

Notifications You must be signed in to change notification settings

moesio-f/prost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROST: Parallel Robust Online Simple Tracking algorithm in Python

This repository provides a Python implementation of the PROST algorithm proposed in "PROST: Parallel robust online simple tracking". Additionally, this repository also provides some variants which replace the ORF with other methods for object detection such as Neural Networks (e.g., CNN) and classic Cascading Classifiers.

The algorithm is implemented with OpenCV, NumPy and PyTorch.

PROST Components

The PROST algorithm has 3 components that work in a cascade manner.

About

Python implementation of the PROST (Parallel robust online simple tracking) algorithm.

Topics

Resources

License

Stars

Watchers

Forks