TadasBaltrusaitis / OpenFace

OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.
Other
6.99k stars 1.86k forks source link

Get the index value (row, col) of the points detected. #672

Closed nikunj95 closed 5 years ago

nikunj95 commented 5 years ago

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?

TadasBaltrusaitis commented 5 years ago

Hi,

I'm not entirely sure what you mean by this question? The pixel values correspond to the row and column location of an image array/matrix

abdou31 commented 5 years ago

Same problem , i see only one pixel in the output csv for each point

TadasBaltrusaitis commented 5 years ago

I'm not sure I understand? What do you mean one pixel? There are x and y values for each landmark corresponding to col and row of your image matrix.

abdou31 commented 5 years ago

i see only x coordinate for iris landmarks ( for exemple ) what parameters shoul i set to get x abd y values fo each pixel in the output file?

TadasBaltrusaitis commented 5 years ago

There should be an equivalent y_ and eye_lmk_y_ values, are they not in the output?

abdou31 commented 5 years ago

Thanks, I solved this issue. I have other problems now with OpenFace I will open an issue when I finished the work with the Android SDK