-
Hello ,
I'm setting a system that should detect iris region with landmarks
I want to use shape predictor to training pretrained model .dat with custom dataset ( images of iris regions )
How can i…
-
Hello,
I'm try to understand how to create a custom model of shape predictor for face landmark extraction with dlib.
I've tried different training (changing train parameters) with images of 300-W …
-
Hello ,
I want to know is there a relationship between the number of points and the convolutional neural network?
what can be the number of points that CNN-facial landmarks accept for training and …
-
Hello ,
I want to know how can i use 3D in the model to get good values?
-
### Step 1: Describe your environment
* Android device: Samsung A3 2016
* Android OS version: Nougat
* Google Play Services version: N/A
* Firebase/Play Services SDK version: N/A
…
-
Hi,
I am trying to find the index value - row, col of every location. The output given are only the pixel value of each location. Could you guide to get the row, col of each location?
-
@antoinelame THX for your awesome job first. But when I try example.py the log gives me the error:
`Traceback (most recent call last):
File "example.py", line 18, in
gaze.refresh(frame)
…
-
`Running pass 2 of 3: Align: 0%| | 0/1 [00:05
-
`- python3 elg_demo.py `
but I get the following error
How can I resolve it ?
```
>27/03 12:51 WARNING From /usr/local/lib/python3.7/site-packages/tensorflow/python/profiler/internal/flops_reg…
-
well the eye tracking works fine when i set
moments = cv2.moments(contours[-1])
with -2 no pupils are detected.
But the tracking doesn´t follow the pupils when I move just the eye…