People: Reduce cluster radius to better distinguish similar faces #22
This commit is contained in:
parent
a5ce950485
commit
90ad0e0360
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ var CropSize = crop.Sizes[crop.Tile160]
|
|||
var ClusterCore = 4
|
||||
var ClusterMinScore = 15
|
||||
var ClusterMinSize = 95
|
||||
var ClusterRadius = 0.69
|
||||
var ClusterRadius = 0.64
|
||||
var MatchRadius = 0.46
|
||||
var SampleThreshold = 2 * ClusterCore
|
||||
var OverlapThreshold = 42
|
||||
|
|
Loading…
Reference in a new issue