-
### Description
How to get the results of landmarks with 68 points as dlib.
I don't wanna use `import dlib; etc.. ` . Cause it takes too much time.
When i was trying to get landmarks, i used `api.f…
-
Weekly Notebook Entry — Week 1
Quick Overview
List your top 3 tasks or objectives for this week:
- Task 1: Read literature reviews on Zotero
- Task 2: Explore software/website (Zotero, Dropbox, …
-
After struggling for a while, I wanna show my results...
What I've done:
I took your iCCR and applied it to a video of my face, cropped it and landmarks by 128*128 with
image, points = utils.cro…
-
Hello,
When I use LandmarkImg, neither operating on a single image from the samples folder nor sequence or images work. I got
> Error: Could not open the image: ../samples/sample1.jpg
I don't…
-
I've noticed that returned landmark coordinates are not relative to the subject (as speced here: [Landmark](https://developers.google.com/android/reference/com/google/android/gms/vision/face/Landmark)…
-
I am trying to use the mediapipe package in the python runtime of cloud function's gen1. However, when I execute a function from the mediapipe package, the process hangs there. The process does not st…
-
Looks like the face mesh model in the new mediapipe solution has been updated. e.g. There were 468 landmarks before, and now there is 478.
I would be interested to get the canonical face model as w…
-
Hello, I saw through discussion there is no fully native support for face.api js through tensorflow, however would there be functionality through react webview
https://facebook.github.io/react-nati…
-
Error 404 page not found when trying to access
Model link: https://github.com/google/mediapipe/blob/master/mediapipe/models/face_landmark.tflite
-
Hi there! is there a way to access several eyes gaze at the same time?
I see in the analyses methode that it only uses the first one `landmarks = self._predictor(frame, faces[0])` how could I modify…