增加跟踪的一些逻辑代码
This commit is contained in:
10
deep_sort/configs/deep_sort.yaml
Normal file
10
deep_sort/configs/deep_sort.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
DEEPSORT:
|
||||
REID_CKPT: "./deep_sort/deep/checkpoint/ckpt.t7"
|
||||
MAX_DIST: 0.2
|
||||
MIN_CONFIDENCE: 0.5
|
||||
NMS_MAX_OVERLAP: 0.5
|
||||
MAX_IOU_DISTANCE: 0.7
|
||||
MAX_AGE: 70
|
||||
N_INIT: 3
|
||||
NN_BUDGET: 100
|
||||
|
Reference in New Issue
Block a user