-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.txt
34 lines (34 loc) · 904 Bytes
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"source" :{
"inputVideo" : "dataset/re-id/videos/oneWomanWhiteBG.mp4",
"isVideo" : true,
"skipRateFrameFromBeginning" : 1,
"videoFrameLength" : 5,
"frameRate" : 1,
"show" : false,
"WaitKeySecond" : 10,
"removeRemovalColor" : false,
"reduceNoise" : false
},
"target" : {
"inputVideo" : "dataset/re-id/videos/oneWomanWhiteBG.mp4",
"isVideo" : true,
"show" : false,
"skipRateFrameFromBeginning" : 1,
"videoFrameLength" : 10,
"frameRate" : 1,
"thresholdAppendToHuman" : 0.1,
"thresholdAppendNewHumanStart" : 0.1,
"thresholdAppendNewHumanEnd" : 0.2,
"WaitKeySecond" : 10,
"showHistory" : false,
"FlannMatcherThreshold" : 0.8,
"max_length_frames" : 10,
"removeRemovalColor" : false,
"reduceNoise" : false
},
"output": {
"max_matches" : 100,
"runtime": true
}
}