Unverified Commit fdfedbec by justadudewhohacks Committed by GitHub

Merge pull request #85 from chuej/export-ssdmobilenet2

Export ssdMobilenetv1 as alias of locateFaces - no build
parents c963fd09 4994965d
......@@ -69,6 +69,8 @@ export function locateFaces(
return nets.ssdMobilenetv1.locateFaces(input, minConfidence, maxResults)
}
export const ssdMobilenetv1 = locateFaces
export function detectLandmarks(
input: TNetInput
): Promise<FaceLandmarks68 | FaceLandmarks68[]> {
......@@ -130,4 +132,4 @@ export const allFacesMtcnn: allFacesMtcnnFunction = allFacesMtcnnFactory(
nets.faceRecognitionNet
)
export const allFaces = allFacesSsdMobilenetv1
\ No newline at end of file
export const allFaces = allFacesSsdMobilenetv1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment