Skip to content

faceLandmark issue #185

Description

@anvarwouldnever

how to make it work for Face Landmarking ?

const faceLandmarkDetection = useFaceLandmarkDetection( (results) => console.log('✅ Face landmarks:', results), (error) => console.error('❌ Face landmark error:', error), RunningMode.LIVE_STREAM, 'face_landmarker.task', { numFaces: 1, delegate: Delegate.GPU, mirrorMode: "no-mirror", });

Did everything according to your documentation and getting no logs neither error messages, except this message:

"useFaceLandmarkDetection.useEffect.unsub releaseDetector undefined"

Will be grateful for help!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions