-
Hi, i am trying to train using Point2D data (from facial landmarks).
I am saving the data to file for training as:
`index 1:point1.x 2:point1.y 3:point2.x 4:point2.y....
`
Each line of my data l…
-
It looks likes you have not finish the code in your smplx/utils.py ,the function rot_mat_to_euler implementation is incomplete.
-
why the key points are not calculated as described in the paper?
>> the regression of the five facial landmarks adopts the target normalization method based on the center position
however the code i…
-
"RingNet outputs a subset of the FLAME parameters. These parameters are the first 100 shape parameters, first 50 expression parameters, and the pose parameters for the global rotation (FLAME pose para…
-
* Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
* Consider checking out SDK [examples](https://github.com/IntelRea…
-
Hello,
I worked on a project (CNN facial landmarks [github project](https://github.com/yinguobing/cnn-facial-landmark).
I set my own dataset and I trained to detect just the eye region.
My questio…
-
I'm using NCS2 with Raspi3 B+. I followed the instructions from the official page to install latest version of OpenVino toolkit on my Raspbian OS Stretch. The facial detection example works fine with …
-
Pose estimator adds unnecessary computation and slows down the inference. What is the exact purpose of that? A simple person detector would have better detection performance and would be much faster f…
-
Must-haves:
* user image (in circle)
* user ocean graphic
* text below (dynamic)
* unique login link
Might-be-nice (could also be in post-experience pages):
* AI-computed user age/gender
* Fa…
dhowe updated
4 years ago
-
@jkjung-avt ,
Thanks for your work.
how to get 68 points facial landmark (as like dlib) using MTCNN.
currently, it's giving only 5 facial points.
Since I want to do head pose estimation I am nee…