Unverified Commit 4994965d by Ezra Chu Committed by GitHub

Export ssdMobilenetv1

parent c963fd09
......@@ -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[]> {
......
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