swook/faze_preprocess

Question about points in preprocess/sfm_face_coordinates.npy

Closed this issue · 1 comments

In preprocess/sfm_face_coordinates.npy, there are 14 3d points which i don't know their relations to face landmark points. To be specific ,if i want to get the 3d coordinates of the center of left eye(or right eye), which row it is in "face_model_3d_coordinates" array? Thanks for your great work , looking forward to your reply.

swook commented

Hullo. Sorry, I do not know how I missed this...

You can see in a new script that I just released for our NeurIPS paper, that we calculate the individual gaze for the left and right eyes (we do not use this actually).

The relevant lines of code are at: https://github.com/swook/faze_preprocess/blob/master/create_hdf_files_for_sted.py#L208