Skip to content

Commit

Permalink
Fix wrong docs in BasicIoU tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
rathaROG committed Apr 11, 2024
1 parent 2c61aa0 commit a9a4414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsensebox/modules/trackers/basiciou.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def __init__(self, cfg):
Parameters
----------
cfg : TCFG_Centroid
A :class:`TCFG_Centroid` object which manages the configurations of tracker Centroid.
cfg : TCFG_BasicIoU
A :class:`TCFG_BasicIoU` object which manages the configurations of tracker BasicIoU.
"""
self.prev_cls = []
self.prev_ids = []
Expand Down

0 comments on commit a9a4414

Please sign in to comment.