headtracker icon indicating copy to clipboard operation
headtracker copied to clipboard

tracking face before flandmark

Open sthalik opened this issue 8 years ago • 0 comments

First use Haar.

Whichever works best:

  • maybe use farneback, but only on small image part. Downscale (?), farneback is slow.
  • maybe apply bbox to last flandmark result, then to the next... Frame deltas are small enough (?) Sometimes flandmark returns nonsense so take care of that too.
  • maybe use HSV mask then meanshift. Regular meanshift sucks for face tracking, it deconverges all the time.
  • track velocity of the bbox (?)
  • apply flandmark several times on different bboxes (?) and use a heuristic to pick the good one. Similarity to last pose?

sthalik avatar Nov 03 '15 09:11 sthalik