Face detection in PHP

前端 未结 6 611
一整个雨季
一整个雨季 2020-12-25 08:49

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

6条回答
  •  [愿得一人]
    2020-12-25 09:19

    You need to turn off error reporting

    face_detect('img/8.jpg');
    $detector->toJpeg();
    
    ?>
    

提交回复
热议问题