Does anybody know of a good way to do face detection in PHP? I came across some code here that claims to do this, but I can\'t seem to get it to work properly. I\'d like to
You need to turn off error reporting
face_detect('img/8.jpg'); $detector->toJpeg(); ?>