Stef | ステフ
Stef | ステフ
Got my new Windows 10 PC setup > this method is only capturing keyframes if you start the OpenFace program after you set the Blender plugin to connected and tick...
Hi Mojay, Sorry that I didn't get around updating the documentation yet. BlenderZMQ is not related to the FACSvatar project. It is just a tech demo how to get data...
This seems to be related to this issue: https://github.com/NumesSanguis/FACSvatar/issues/23 Please check that issue for updates.
If I remember correctly, FACSvatar is not using the other parameters. Therefore, the non-relevant columns have been removed from `demo.csv` to reduce file size. If issue 1 is solved, `main.py`...
About issue 1, I think you've put your OpenFace .csv in to `FACSvatar\modules\input_facsfromcsv\openface\default_clean\your_recording.csv`, right? .csv produces by OpenFace should not be put in a folder with a name ending in...
Thank you for the detailed log! - `"au_c"` means classification if that AU is active or not. Basically it means that if `au_r >= 0.5` then it's `1`, else `0`....
Do you want 2 models with the same facial expressions (1 .csv), or 2 models with different facial expressions (2 .csv)? In case of 2 .csv, you need to follow...
I'll get back to you, but I believe changing `p1` to `p*` does the trick. So it would be: `python main.py --csv_arg 2people_60fps_p*.csv --pub_ip facsvatar_bridge` Then it sends the facial...
Great that you could confirm that :)
I assume you're talking about the models used in OpenFace? I'm not the owner of that project and the original can be found here: https://github.com/TadasBaltrusaitis/OpenFace/ I believe that the reason...