Correct docstring

This commit is contained in:
abewley 2017-08-22 08:40:14 +01:00 committed by GitHub
parent f088389fab
commit d9792f6970

View file

@ -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.