-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
const img = await canvas.loadImage(image.buffer);
const result = await faceapi
.detectSingleFace(img, options)
.withFaceLandmarks()
.withFaceDescriptor();
I'm getting the error below:
TS2345: Argument of type Image is not assignable to parameter of type TNetInput
How can I fix it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels