Spaces:
Sleeping
Sleeping
File size: 513 Bytes
c1786f2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
OC_SORT:
# The name of the sort
CONF_THRESHOLD: 0.05
# The threshold for the confidence score
IOU_THRESHOLD: 0.3
# The threshold for the IOU score
MAX_AGE: 30
# The maximum age of the track
MIN_HITS: 3
# The minimum number of hits for the track
DELTA_T: 3
# The time interval between two frames
ASSO_FUNC: "iou" # giou, ciou, diou, ct_dist
# The association function
INERTIA: 0.2
# The inertia of the track
USE_BYTE: False
# Whether to use byte as the unit of the bounding box
|