[빵형의 개발도상국] 인공지능으로 얼굴 인식을 해보자- Python





인공지능으로 얼굴 인식 기능을 구현해서 매트릭스 리로리드의 스미스 요원을 모두 잡아버리겠습니다. Source code(Github): https://github.com/kairess/simple_fac... Download Models - https://github.com/davisking/dlib-mod... - https://github.com/kairess/simple_fac... Dependencies: - Python 3+ - dlib - OpenCV - numpy - matplotlib


  • Used dlib_face_recognition_resnet_model_v1.dat model
  • Used dlib frontal_face_detector
  • Used dlib shape_predictor

댓글

이 블로그의 인기 게시물

[이수안컴퓨터연구소] 파이썬 레이싱 자동차 게임 만들기 Creating a Python Racing Car Game with pygame (한글자막)

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning