GroupResult interface
An array of face groups based on face similarity.
Properties
groups | A partition of the original faces based on face similarity. Groups are ranked by number of faces |
messy |
Face ids array of faces that cannot find any similar faces from original faces. |
Property Details
groups
A partition of the original faces based on face similarity. Groups are ranked by number of faces
groups: string[][]
Property Value
string[][]
messyGroup
Face ids array of faces that cannot find any similar faces from original faces.
messyGroup?: string[]
Property Value
string[]