Correct docstring
This commit is contained in:
parent
f088389fab
commit
d9792f6970
1 changed files with 1 additions and 1 deletions
2
sort.py
2
sort.py
|
@ -185,7 +185,7 @@ class Sort(object):
|
|||
def update(self,dets):
|
||||
"""
|
||||
Params:
|
||||
dets - a numpy array of detections in the format [[x,y,w,h,score],[x,y,w,h,score],...]
|
||||
dets - a numpy array of detections in the format [[x1,y1,x2,y2,score],[x1,y1,x2,y2,score],...]
|
||||
Requires: this method must be called once for each frame even with empty detections.
|
||||
Returns the a similar array, where the last column is the object ID.
|
||||
|
||||
|
|
Loading…
Reference in a new issue