You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument("--track_buffer", type=int, default=30, help="the frames for keep lost tracks")
49
49
parser.add_argument("--match_thresh", type=float, default=0.8, help="matching threshold for tracking")
50
-
parser.add_argument("--aspect_ratio_thresh", type=float, default=1.6, help="threshold for filtering out boxes of which aspect ratio are above the given value.")
51
50
parser.add_argument('--min_box_area', type=float, default=10, help='filter out tiny boxes')
52
51
parser.add_argument("--fuse-score", dest="fuse_score", default=False, action="store_true", help="fuse score and iou for association")
0 commit comments