File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11"""
2- Multi-object Trackers in Python
3-
4- Author: Aditya M. Deshpande
5- Blog: http://adipandas.github.io/
6- Github: adipandas
2+ Multi-object Trackers in Python:
3+ - GitHub link: https://github.com/adipandas/multi-object-tracker
4+ - Author: Aditya M. Deshpande
5+ - Blog: http://adipandas.github.io/
76"""
87
98
Original file line number Diff line number Diff line change 77
88class Tracker :
99 """
10- Greedy Tracker with tracking based on `centroid` location of the bounding box of the object.
11-
12- References
13- ----------
14- This tracker is also referred as `CentroidTracker` in this repository.
10+ Greedy Tracker with tracking based on ``centroid`` location of the bounding box of the object.
11+ This tracker is also referred as ``CentroidTracker`` in this repository.
1512
1613 Parameters
1714 ----------
You can’t perform that action at this time.
0 commit comments