Skip to content

Commit 75d99ca

Browse files
committed
just change a default parse
1 parent 76bb885 commit 75d99ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracker/track_yolov5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def get_color(idx):
336336

337337
parser.add_argument('--model_path', type=str, default=None, help='model path')
338338

339-
parser.add_argument('--img_size', nargs='+', type=int, default=[1280, 1280], help='[train, test] image sizes')
339+
parser.add_argument('--img_size', nargs='+', type=int, default=1280, help='[train, test] image sizes')
340340

341341
"""For tracker"""
342342
# model path

0 commit comments

Comments
 (0)