Skip to content

FacelitateEngineering/PyFaceRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyFaceRenderer

DearPyGui-based Face renderer

This package uses an offscreen renderer for rendering face models, and display the result using DearPyGui.

This doesn't do much beside letting you visualize your face recognition result.

Alt text

Install

This repository uses a fork of pyrender which computes vertex for linear blendshape on GLSL shader for slightly faster interactive manipulation.

It would be installed via requirement.txt.

Animation Format

Animation are simply dictionaries stored as a pickle file.

animation =
{
    'data': [
        {'blendshapes': 
            {
                blendshape_1: value, 
                blendshape_2: value, 
                ...
            }
        }
        ]
    'metadata': {
        'fps': 30, 
        'audio': 'path_to_audio_file'
        }
}

About

DearPyGui-based Face renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages