Skip to content

Commit bab25da

Browse files
committed
Update Tracker
1 parent 0d628c1 commit bab25da

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

motrackers/__init__.py

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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

motrackers/tracker.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77

88
class 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
----------

0 commit comments

Comments
 (0)