Slide 55
Slide 55 text
const faces = await models.allFaces(input, min_score)
const face = faces[0]
console.log(face.descriptor) // face descriptor
> Float32Array (length: 128)
[-0.1298077404499054, 0.08730170130729675,
0.03973294794559479, 0.03567018359899521,
-0.09620543569326401, 0.03842385113239288,
...
Cache Values in Redis
@THOMASJ