NumesSanguis / FACSvatar

An Open Source Modular Framework From Face to FACS Based Avatar Animation (Unity3D / Blender)
GNU Lesser General Public License v3.0
430 stars 97 forks source link

No json file found for AU07 #39

Open NITechLabs opened 1 year ago

NITechLabs commented 1 year ago

Hi all,

Not sure if anyone is still checking this repos, but after installing OpenFace (works!) I see in the console that modules-facsvatar_facstoblend-1 reports: No json file found for AU07. When looking in the AU_predictor folders I indeed do not see AU07 files in the 'disfa' folders.

Not having the detection of AU07 happers the detection as the Anger expression relies heavily on AU07.

Anyone know if I can find/add the missing files?

Cheers!

NumesSanguis commented 1 year ago

Hi,

It has been a while, but if my memory serves me correctly, the reason is that human models generated by Manual Bastioni Lab (MB-Lab) Blender add-on do not come with the right blendshapes to visualize AU07. The module process_facstoblend is to map AU values to (blendshape) values that are supported by the model being used (currently MB-Lab models are the default). This module is only required if a model does not support FACS directly.

If a more scientifically correct animation is required, take a look at FACSHuman:

This model accepts AU values directly.

Let me know if you run into any trouble.