This software is an attempt to implement of visul tracking filter called Mosse Filter by this paper:
https://www.cs.colostate.edu/~vision/publications/bolme_cvpr10.pdf
- opencv-python
- Run main.py
- The test video will open, then select a bounding box around the the object you want to track(try to make the bounding box close to your target), use your mouse to select the bounding box.
Look at this video:
https://www.loom.com/share/27c61f2acf954877b97c3d9aaa32da89
It can be noticed the tracking quality is not good sometimes where it is noticed that the tracking window diverge from the object, by changing the parameters like the learning rate and the regularizer affect the quality and make a better tracking.
The program is commented and each step is explained. See the PSR evaluation below with specified parameters: