3D face tracking (state-of-the-art)
I’ve spend my day testing several face tracking solutions. The idea is to generate data for Godot Engine and control the face of an avatar with mine, for a numediart project. Here is what i’ve tested: OpenPose Obviously, the famous library. Tricky to install: you need cuda toolkit & cuDNN to start compiling. As it …