We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c963fd0 + 4994965 commit fdfedbeCopy full SHA for fdfedbe
src/globalApi.ts
@@ -69,6 +69,8 @@ export function locateFaces(
69
return nets.ssdMobilenetv1.locateFaces(input, minConfidence, maxResults)
70
}
71
72
+export const ssdMobilenetv1 = locateFaces
73
+
74
export function detectLandmarks(
75
input: TNetInput
76
): Promise<FaceLandmarks68 | FaceLandmarks68[]> {
@@ -130,4 +132,4 @@ export const allFacesMtcnn: allFacesMtcnnFunction = allFacesMtcnnFactory(
130
132
nets.faceRecognitionNet
131
133
)
134
-export const allFaces = allFacesSsdMobilenetv1
135
+export const allFaces = allFacesSsdMobilenetv1
0 commit comments