Skip to content

Instantly share code, notes, and snippets.

@muhwyndhamhp
Created July 13, 2022 07:55
Show Gist options
  • Save muhwyndhamhp/5769851b1efcbcba3cd02cc7d694a3fe to your computer and use it in GitHub Desktop.
Save muhwyndhamhp/5769851b1efcbcba3cd02cc7d694a3fe to your computer and use it in GitHub Desktop.
arrayOfLikeness : [
(
name: "Wyndham",
likeness: [ // This is the result form DNN model of each images that contains this person's face
[1.2,1.4, -10.3, .... ],
[1.2,1.4, -10.3, .... ],
[1.2,1.4, -10.3, .... ],
...,
[1.2,1.4, -10.3, .... ]]
),
(
name: "Zidni",
likeness: [
[1.2,1.4, -10.3, .... ],
[1.2,1.4, -10.3, .... ],
[1.2,1.4, -10.3, .... ],
....,
[1.2,1.4, -10.3, .... ]]
),
(
name: "Reza",
likeness: [
[1.2,1.4, -10.3, .... ],
[1.2,1.4, -10.3, .... ],
[1.2,1.4, -10.3, .... ],
...,
[1.2,1.4, -10.3, .... ]]
),
....
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment