Skip to content

Commit

Permalink
stream data into blender as key frames
Browse files Browse the repository at this point in the history
  • Loading branch information
NumesSanguis committed Apr 6, 2018
1 parent f90d1c3 commit 38cd587
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 270 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FACSvatar v0.2.0-Alpha
# FACSvatar v0.2.1-Alpha

Affective computing and avatar animation both share that a person's facial expression contains useful information. Up until now, these fields use different processes to obtain and use these data. FACSvatar combines both purposes in a single framework. Empower your Embodied Conversational Agents (ECAs)!

Expand Down Expand Up @@ -36,7 +36,7 @@ The modularity is made possible by using [ZeroMQ - brokerless messaging library]

* Stream your facial expressions in real-time into Unity 3D
* [near-future] Set Shape Keys in Blender with your facial expressions for high-quality rendering and/or export your facial animation for classic trigger-based animation in e.g. games.
[![Manuel Bastioni FACS expressions](https://img.youtube.com/vi/eu0eLYY3vF4/0.jpg)](https://www.youtube.com/watch?v=eu0eLYY3vF4)
[![Manuel Bastioni FACS expressions](https://img.youtube.com/vi/iLMHeD8pixA/0.jpg)](https://www.youtube.com/watch?v=iLMHeD8pixA)
* [near-future] Deep Neural Network generation of facial expressions for Human-Agent Interaction.
* [your modules] Please add your own modules, release your code, and let's expand the functionality of this framework :) More details in the documentation.

Expand Down
60 changes: 0 additions & 60 deletions blender/AU_change_test2.py

This file was deleted.

106 changes: 0 additions & 106 deletions blender/AU_set_shapekey.py

This file was deleted.

99 changes: 0 additions & 99 deletions blender/AU_set_shapekey_old.py

This file was deleted.

2 changes: 1 addition & 1 deletion blender/bone_rotation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# script = "/home/nishida-stef-ubuntu/github/FACSvatar/blender/bone_rotation.py"
# script = "/*path*/blender/facsvatar_zeromq.py"
# exec(compile(open(script).read(), script, 'exec'))
import bpy
import math
Expand Down
2 changes: 1 addition & 1 deletion blender/call_script.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
script = "/home/nishida-stef-ubuntu/github/FACSvatar/blender/facsvatar_zeromq.py"
script = "/*path*/blender/facsvatar_zeromq.py"
exec(compile(open(script).read(), script, 'exec'))
2 changes: 1 addition & 1 deletion blender/facsvatar_zeromq.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# script = "/media/nishida-stef-ubuntu/3A625DAF625D711D/FACS_pipeline/blender/facsvatar_zeromq.py"
# script = "/*path*/blender/facsvatar_zeromq.py"
# exec(compile(open(script).read(), script, 'exec'))
import bpy
import os
Expand Down

0 comments on commit 38cd587

Please sign in to comment.