-
Looking for head pose estimation in javascript, so that we can get roll, pitch & yaw from our own landmark algorithm.
-
Thanks for your great work. In fact, I want to use mask rcnn to predict keypoints in clothes which have more classes and keypoints. I have two questions:
1. Due to the different formats of train/test…
-
Hello,
how to train the CNN model of landmarks? I find some information in the link [https://github.com/yinguobing/cnn-facial-landmark/blob/master/landmark.py](url). This is the code of training,righ…
-
Hi,
I am working in a project for eye-lid detection. My eye-lid detection is based on landmark points in face. it uses tensor-flow library. i was stuck in a procedure how to retrain the algorithm w…
-
I need to track the objects, select one, get the pose of that object. Is it possible to achieve this? If yes, then how?
-
The eos library provides a linear scaled orthographic projection estimation of the camera pose. Is there also the possibilty to retrieve the current head pose? Or alternatively translate the camera po…
-
Hello, @jerryhouuu
Nowadays, i have been interested in the head pose estimation.
When i ran your code, i wondered that how did you confirm the degrees(yaw, roll, pitch)?
Could you tell me how to…
-
Hi, glad to see your great work, really useful. Here I have two questions about face enhancement part:
1. when doing face crop, you set crop_size = 48 for 512-frame videos. But that may not be accu…
-
In the code, feature based gaze estimation is used instead of model based method. Is feature estimator better in accuracy?
-
Hey, I am reading your code recently. But I found in `models/preresnet.py`:
```
def preresnet56(**kwargs):
model = PreResNet(Bottleneck, [9, 9, 9], **kwargs)
```
As I know, your code of `Bott…