People: Reduce cluster radius to better distinguish similar faces #22

This commit is contained in:
Michael Mayer 2021-09-22 13:05:59 +02:00
parent a5ce950485
commit 90ad0e0360

View file

@ -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