MCPcopy
hub / github.com/justadudewhohacks/face-recognition.js / getDescriptorState

Function getDescriptorState

lib/src/FaceRecognizer/index.js:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36 /* return the number of descriptors for the corresponding classes */
37 function getDescriptorState() {
38 return toDescriptorState(descriptorsByClass)
39 }
40
41 return({
42 internals: {

Callers

nothing calls this directly

Calls 1

toDescriptorStateFunction · 0.85

Tested by

no test coverage detected