@@ -101,13 +101,13 @@ def detectPeople(img,
101
101
alt_repspoint_top = True ):
102
102
"""See :func:`pyppbox.ppb.mt.MT.detectPeople`"""
103
103
return _mt .detectPeople (img ,
104
- img_is_mat = img_is_mat ,
105
- visual = visual ,
106
- save = save ,
107
- save_file = save_file ,
108
- min_width_filter = min_width_filter ,
109
- alt_repspoint = alt_repspoint ,
110
- alt_repspoint_top = alt_repspoint_top )
104
+ img_is_mat = img_is_mat ,
105
+ visual = visual ,
106
+ save = save ,
107
+ save_file = save_file ,
108
+ min_width_filter = min_width_filter ,
109
+ alt_repspoint = alt_repspoint ,
110
+ alt_repspoint_top = alt_repspoint_top )
111
111
112
112
def setMainTracker (tracker = "" ):
113
113
"""See :func:`pyppbox.ppb.mt.MT.setMainTracker`"""
@@ -125,7 +125,7 @@ def reidPeople(img, people, deduplicate=True, img_is_mat=False):
125
125
"""See :func:`pyppbox.ppb.mt.MT.reidPeople`"""
126
126
return _mt .reidPeople (img , people , deduplicate = deduplicate , img_is_mat = img_is_mat )
127
127
128
- def trainReIDClassifier (reider = "Default " , train_data = "" , classifier_pkl = "" ):
128
+ def trainReIDClassifier (reider = "" , train_data = "" , classifier_pkl = "" ):
129
129
"""See :func:`pyppbox.ppb.mt.MT.trainReIDClassifier`"""
130
130
_mt .trainReIDClassifier (reider = reider , train_data = train_data , classifier_pkl = classifier_pkl )
131
131
0 commit comments