Git Product home page Git Product logo

find_your_face_in_the_database's Introduction

Описание работы скрипта:

Этот скрипт ищет в базе данных изображений заданное лицо.

Видео:

Поиск конкретного лица в базе данных с фотографиями.

Описание файлов:

  • find_face_in_base_data.py - сам скрипт

  • requirements.txt - требования для pip

  • install.py - установщик

  • shape_predictor_68_face_landmarks.dat - предварительно обученная модель сверточной нейронной сети для выделений на фотографий лица с помощью 68 ключевых точек от dlib

  • dlib_face_recognition_resnet_model_v1.dat - сверточная нейронная сеть выделяющая дескрипторы из лиц людей, так же от dlib

Как установить на Linux(Ubuntu, Debian):

  • устанавливаем git:

    sudo apt install git

  • устанавливаем pip3:

    sudo apt install python3-pip

  • скачиваем репозиторий:

    git clone https://github.com/hulumulu801/find_your_face_in_the_database.git

  • устанавливаем dlib:

    sudo apt-get update && sudo apt-get install build-essential cmake -y && sudo apt-get install libopenblas-dev liblapack-dev -y

    sudo apt-get install libx11-dev libgtk-3-dev -y && sudo apt-get install python3 python3-dev python3-pip -y && sudo apt-get install cmake -y

    sudo apt-get install python3-matplotlib python3-numpy python3-pil python3-scipy -y

  • запускаем install.py:

    cd find_your_face_in_the_database/

    python3 install.py

Использование:

python3 find_face_in_base_data.py /путь/до/искомого/файла /путь/до/паки/с/файлами/

find_your_face_in_the_database's People

Contributors

hulumulu801 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.