arturoc / FaceSubstitution

Face substitution experiments using ofxFacetracker
Other
437 stars 120 forks source link

Face substitution doesn't work properly when the face moves fast #21

Closed pinakee closed 10 years ago

pinakee commented 10 years ago

Hi,

There are couple of issues I have noticed:

  1. When the face moves fast in the camera, the substitution doesn't work properly. Probably the tracking is not happening properly in all the frames.
  2. Tracking/substitution doesn't happen if the face moves sideways beyond certain angle.

Please let me know if there is any solution for the above two issues. I have been trying the application on Windows.

Looking forward to your response and support...

Thanks, Pinakee

kylemcdonald commented 10 years ago

these are known issues with the library FaceTracker https://github.com/kylemcdonald/FaceTracker not with FaceSubstitution itself

you can avoid the first issue by using brighter lights and making your exposure time shorter, effectively decreasing the blur from movement.