-
-
Hi, thanks for making this great work open sourced.
I want to know how to obtain the coordinates of 68 landmarks of the reconstructed model like (x,y,z) ?
Thank you!
tkzky updated
10 months ago
-
Thank for your great work!
But when I run the inference_single.py using my own video, the code cannot work. It show:
`Traceback (most recent call last):
File "inference_single.py", line 509, in…
-
Hello,
Thanks for initiating this effort.
I have a stationary video taken from my phone where I am not moving. I changed the code to read from a file and other part of the code remain the same …
-
Sorry to bother you, it's really urgent for me to solve this issue! Thanks in advance!
I want to extract 3d facial landmarks and gaze vector via OpenFace from my own videos(image sequences). And I …
-
There is a small issue in the **patch_extractor.py** file. The name of columns are little bit different.
Instead of: **df['success']** we have to use: **df[' success']** (extra single whitespace). In…
-
Hey,
I have some thousand images that I want to face_align and resize to 112x112, the images are 1024x1024 atm. And I dont understand how I should use the script and reference my images unfortunate…
-
variable of PREDICTOR_PATH figures out the landmark model location. However, we don't have the dat file of landmarks.
could you please offer the download link?
-
Currently repo doesn't include face alignment which was part of the original work of joint face detection and alignment , does any body has an idea how it can be achieved ?
ghost updated
4 years ago
-
![image](https://user-images.githubusercontent.com/48247432/166137678-8cbd69e2-6adc-4ca5-a586-089867d4cc37.png)
If you will list index out of range in main iris_image_points[j, 0] = faces[0][j + 46…