- Shubham Sonawane
- Prasheel Renkuntla
- Raj Prakash Shinde
The project contains the implementation of Lucas Kanade Tracker. The Tracker is tests on three databases viz. Bolt2, Car4 and Dragon Baby. Additionally Huber Loss Function and Histogram Equilization is being implimented to better the results.
- Ubuntu 16.04
- Python 3.7
- openCV 4.2
18 mins
- To Run tracking of car without huber loss
python3.7 LKT_Car.py
- To Run tracking of car with huber loss implementation
python3.7 LKT_Car_Huber.py
- To Run LKT on bolt without huber loss approximation
python3.7 lucas_kanade_bolt_without_huber.py
- To Run
python3.7 lucas_kanade_bolt_huber_loss.py
- To Run tracking of baby face
python3.7 LKT_baby.py