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.
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
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
#openface #osp #python #c #motioncapture #research #numediart
playing video in #godotengine: 5 minutes if you can use #ffmpeg to encode #ogv! https://peertube.mastodon.host/videos/watch/63bbeb06-2dda-446d-b708-067f2a5e9ab9
#amedev #mocap #openface @polymorphcool
#godotengine #ffmpeg #ogv #amedev #mocap #openface
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
#godotengine #mocap #gamedev #avatar #openface
currently rushing on #mocap loading in godot (and more specifically loading #openface export in godot): https://peertube.mastodon.host/videos/watch/27a0906c-6487-44da-ae75-1105f99847ed
#numediart #3d #godotengine #indiedev #avatar #python @polymorphcool
#mocap #openface #numediart #3d #godotengine #indiedev #avatar #python