MohamedAliRashad / FreeFaceMoCap

Free Face Tracking Module for facial motion capture in Blender
https://mohamedalirashad.github.io/FreeFaceMoCap/
Apache License 2.0
43 stars 6 forks source link

Jitter Removal for more stability #1

Closed MohamedAliRashad closed 2 years ago

MohamedAliRashad commented 3 years ago

Search for jitter filters to use in face tracking

MohamedAliRashad commented 3 years ago

The filters i want to try are:

  1. discriminatively learned correlation filters (DCF)
  2. particle filter
  3. Kalman filter
  4. savgol filter
abdelrhmankadry commented 2 years ago

We used OneEuroFilter. with min_cutoff = 0.00001 and beta = 20.