#DeepFace is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for #python It is a hybrid face recognition #framework wrapping state-of-the-art models: VGG-Face, #FaceNet, #OpenFace, #DeepFace, #DeepID, #ArcFace, Dlib, SFace and #GhostFaceNet https://github.com/serengil/deepface
GitHub - serengil/deepface: A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python - serengil/deepface

GitHub
Well, that experiment seems to work. #opencv #openface #pgvector

What are face analyzing 'AI' folk using these days? OpenFace looks powerful, but seems to have an inactive community. Is there something better? For facial expression project, not facial recognition.

Would welcome boosts or hashtag suggestions for reach.

#openface #facialdetection

just finished a better #python wrapper for #openface: you can now register a callback function, called each time a new frame is available:
```python
def frame_parsing( frame ):
print(frame)
ov = OpenfaceVideo()
ov.callback_frame( frame_parsing )
ov.start()
```
and it is done, no need of thread anymore
https://github.com/numediart/OpenFace
numediart/OpenFace

OpenFace python wrapper, linux only. Contribute to numediart/OpenFace development by creating an account on GitHub.

wow, first python module in C++ up and running: data of #openface (face tracking) are now accessible in realtime, no need to save csv and process them
https://github.com/numediart/OpenFace
a special thanks to alex from #osp ( @Ludi tu voudras bien lui dire? pas moyen de retrouver son pseudo :) )
#python #c++ #motioncapture #research #numediart @polymorphcool
numediart/OpenFace

OpenFace python wrapper, linux only. Contribute to numediart/OpenFace development by creating an account on GitHub.

openface data controlling avatar [part #4]

PeerTube
openface data controlling avatar [part #3]

PeerTube
openface data controlling avatar [part #3]

PeerTube
pfff, que c'est dur la 3d... la calibration des données de mocap sur le visage de l'avatar commence à être pas trop pourrie: https://peertube.mastodon.host/videos/watch/6cbf6911-4052-4d1a-a41a-c09060535d50
#godotengine #mocap #gamedev #avatar #openface @polymorphcool
openface data controlling avatar [part #1]

PeerTube
better #openface to #godotengine json format: it is now possible to make groups of landmarks (see colors) + import orientations
#gamedev #mocap #json #python #gdscript