Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
62 views

I want to know whether a person is chewing in front of a camera or not using dlib's facemarks. For this end I compute the distance from nose to top lip and derive the mean, then if the that value is ...
3 votes
1 answer
158 views

I am trying to assess whether the lips of a person are moving too much while the mouth is closed (to conclude it is chewing). The mouth closed part is done without any issue, but when I try to assess ...
1 vote
1 answer
87 views

I'm trying to follow the example code for obtaining face landmarks with mediapipe. Unfortunately, vision.FaceLandmarkerOptions doesn't seem to exist. After doing a little research, I believe the ...
ckot's user avatar
  • 893
0 votes
1 answer
225 views

implementation 'com.google.mlkit:text-recognition:16.0.0' FaceLandmark mouth = face.getLandmark(FaceLandmark.MOUTH_BOTTOM); if (mouth == null) { //*never reach here *! } Why Google android mlkit ...
0 votes
0 answers
193 views

I'm doing a study trying to analyze facial deformation energy after receiving a punch for a study. The problem is, that I'm finding it hard to measure it accurately. The simplest thing is to measure ...
2 votes
0 answers
2k views

In may 2023, the mediaipie team released a new API which makes it easy to extract face landmarks from videos and live streams in python and Javascript, which have very clear code examples. This API ...
Pablo's user avatar
  • 352
0 votes
0 answers
38 views

I'm facing problem in saving in a variable a portion of an image that is described in the following way: def extract_face_region(image, landmarks): landmark_coords = np.array([(landmarks.part(i).x,...
1 vote
0 answers
181 views

I am currently working on a project where I am using @tensorflow-models/face-landmarks-detection to detect facial landmarks. Here's a snippet of my code: import * as faceLandmarksDetection from "@...
2 votes
1 answer
863 views

I want to control a 3D face model (.obj, .ply, .vrm ...) in real-time using the face landmark (or face mesh) positions obtained by face landmark detection technology in python(mediapipe face mesh, ...
0 votes
2 answers
1k views

I am using MLKit for face detection, it is working fine. But there is a use case in which I am getting trouble. MLKit is too Fast, it can detect half face too. I want to detect whole face, I want to ...

AltStyle によって変換されたページ (->オリジナル) /