Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 260 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 260 Bytes

Kalman Template Tracker

1. Get datasets

wget http://www.cs.cmu.edu/~abhinavg/cvpr2007_new.zip && \
	unzip cvpr2007_new.zip -d gupta && \
	rm cvpr2007_new.zip

2. Requirements.

Opencv 2.4

sudo apt-get install python-opencv