arturoc / FaceSubstitution

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

ofxFaceTrackerThreaded #18

Closed BinaryBrother closed 11 years ago

BinaryBrother commented 11 years ago

ofxFaceTrackerThreaded in the Face Substitution demo on the master branch fails to accurately detect faces. In optimal conditions the face is only detected sporadically.

However, disabling the threaded version and using the ofxFaceTracker directly allows for full operation of the program. Only, in this case framerates are choppy.

What information should I provide to further diagnose this issue?

kylemcdonald commented 11 years ago

i think the threaded tracker in ofxFaceTracker is a better design than the one in FaceSubstitution, so i'm going to close this issue and just respond to your other issue here https://github.com/kylemcdonald/ofxFaceTracker/issues/32