noodle · @noodle
71 followers · 1353 posts · Server aus.social

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.

#openface #facialdetection

Last updated 1 year ago

frankiezafe · @frankiezafe
437 followers · 3013 posts · Server mastodon.xyz

just finished a better wrapper for : 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
github.com/numediart/OpenFace

#python #openface

Last updated 5 years ago

frankiezafe · @frankiezafe
437 followers · 3013 posts · Server mastodon.xyz

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

#openface #osp #python #c #motioncapture #research #numediart

Last updated 5 years ago

frankiezafe · @frankiezafe
437 followers · 3013 posts · Server mastodon.xyz
frankiezafe · @frankiezafe
437 followers · 3013 posts · Server mastodon.xyz

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: peertube.mastodon.host/videos/
@polymorphcool

#godotengine #mocap #gamedev #avatar #openface

Last updated 6 years ago

frankiezafe · @frankiezafe
437 followers · 3013 posts · Server mastodon.xyz

better to json format: it is now possible to make groups of landmarks (see colors) + import orientations

#openface #json #python #gdscript #godotengine #gamedev #mocap

Last updated 6 years ago

frankiezafe · @frankiezafe
437 followers · 3013 posts · Server mastodon.xyz