meeki007 / node-red-contrib-facial-recognition

Provides a node-red node for Facial Detection & Facial Recognition
Apache License 2.0
8 stars 3 forks source link

Facial expression enhancement #23

Open Vickpire opened 2 years ago

Vickpire commented 2 years ago

Hello,

I was wondering if it would be possible to enhance the spectrum of the facial expression recognition in your node. I would like to add some other expressions that could be detected. If this is an option please let me know.

Thank you in advance for your answer.

Best regards, Victoria

meeki007 commented 2 years ago

I believe your talking about the withFaceExpressions You could train this detector if you like. See: https://www.tensorflow.org/tutorials/images/transfer_learning this will get you started on how to create and retrain models. After you retrain the model just make sure its named correctly and overwrite the one Ive included in this node.

models for this node are located in node-red-contrib-facial-recognition/models/ directory. or here on github see: https://github.com/meeki007/node-red-contrib-facial-recognition/tree/main/models

meeki007 commented 2 years ago

Do you need a node-red node? There is some better work out there now for facial recognition see: https://github.com/vladmandic/human I've just not had the time / will / want to make a new node using this work. Have to code for work and don't have the 2 weeks of free time to just make a node based on the above link