File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
"""
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/
7
6
"""
8
7
9
8
Original file line number Diff line number Diff line change 7
7
8
8
class Tracker :
9
9
"""
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.
15
12
16
13
Parameters
17
14
----------
You can’t perform that action at this time.
0 commit comments