mediapipe_face_iris_cpp icon indicating copy to clipboard operation
mediapipe_face_iris_cpp copied to clipboard

Real-time Face and Iris Landmarks Detection using C++

Results 17 mediapipe_face_iris_cpp issues
Sort by recently updated
recently updated
newest added

Hello. I built your repo and Release works like a charm. But it crashes during Debug. Interpreter and its subgrapsh have lot of garbage. Did you encouner such issue? Thanks...

Hello, can you send the original tensorflow Lite so file (applicable to Linux system), which was accidentally deleted after downloading. Thank you very much! ![image](https://user-images.githubusercontent.com/36984088/132154035-4e958220-7c08-4802-a4ed-af7eefedd52a.png)

Hello, I tried to use still images to make a video, the result landmark coordinates are still changing (not stable). (using video 1920x1080) Is this correct? And one more thing,...

![image](https://user-images.githubusercontent.com/49750484/192504479-b251c0ec-0797-45ee-ac09-867f7c3f043e.png) ![image](https://user-images.githubusercontent.com/49750484/192504533-fe8b1ebf-e95b-4f4a-92df-efb17b1ef360.png) The output data seems to be different from python,where am i doing wrong?

I don't know if you have done some operation to make your models have the same output as offcial models

The landmarks detected in this project are sometimes inaccurate and jittery.After reading the code, I think it is because the ROI here is inconsistent with the ROI croped by the...

I'm getting the error during cmake build: `c++: error: no such file or directory: '/MP'`

Hi, why you flip the input image from cam aroud y axis?

Thank you @pntt3011 for your good work. I was trying to use the [face_landmark_with_attension](https://github.com/google/mediapipe/blob/master/mediapipe/modules/face_landmark/face_landmark_with_attention.tflite) model to get more accurate eyelids points. But it gets failed to allocate tensor. Can you...