amineHorseman / facial-expression-recognition-using-cnn

Deep facial expressions recognition using Opencv and Tensorflow. Recognizing facial expressions from images or camera stream
GNU General Public License v3.0
445 stars 141 forks source link

Landmarks and hog feature #16

Closed NomiMalik0207 closed 5 years ago

NomiMalik0207 commented 5 years ago

great work man i want to know about how you are feeding landmarks and hog features to your network? either you are putting in the form of label of same like image?

amineHorseman commented 5 years ago

Thank you @NomiMalik0207 For landmarks it's a 2 by 67 matrix corresponding to the (x, y) coordinates of 67 points of interests For the hog features I feed the vector directly to the cnn then I merge it with the landmarks and the dense layer after processing the images as shown in the diagram