Created
July 13, 2022 07:55
-
-
Save muhwyndhamhp/5769851b1efcbcba3cd02cc7d694a3fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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