Skip to content

strongcom/Face-Recognition-using-Raspberry-Pi

Repository files navigation

Face Recognition

[Reference] https://github.com/vectornguyen76/face-recognition.git

  • 이전에는 로컬에서 라즈베리파이 카메라와 서버를 연결하는 방식이었으나, 현재는 라즈베리파이에서 외부 네트워크에 있는 서버로 값을 전송해주는 방식으로 변경

기본 환경

  • MacOS ; conda, Homebrew 설치 완료, Jupyter notebook 설치 완료
  • Windows ; CMAKE, Dlib 설치 완료, Jupyter notebook 설치 완료

환경 구축

테스트

  • 아래 링크에서 각각 폴더에 있는 파일 다운로드 후 지정 파일로 이동

  • 아래 링크에서 파일 다운로드 후 지정 파일로 이동

    • model
    • resnet100_backbone.pth -> insightface
    • yolov5n-0.5.pt -> yolov5_face

  • 라즈베리파이 연결한 후 flask_app_test.py를 실행

  • "*.DS_Store" 관련 에러 발생 시

find . -name "*.DS_Store" -type f -delete

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published