Giter Site home page Giter Site logo

anonymizedeepface's Introduction

anonymizeDeepFace

To gain some experience with my new Jetson Nano and Artificial Intelligence, I decided to create this program. When starting the program, a path to the image containing the target face needs to be provided, as well as the name of the folder where to images that are to be blurred are contained, and the name of the output folder. Then, using Deepface, the target face vector is calculated. Next, for evert face detected in the input images that are to be blurred, either cosine similarity or euclidean distance is performed. When a face is detected to be similar enough. it is blurred. The program can also be configured to blur all faces except for the target face.

When a target image with more than one face is given, the largest face is chosen as the target.

The program can be launched as follows:

python3 anonymize.py -t '<target_img_path>' -i '<input_folder>' [-o '<output_folder>'] [-b 'True'] (-c | -e) [-th <threshold_value>]

With parameters:

-h, --help                  show this help message and exit
-t, --target TARGET         Image path containing target face.
-i, --input INPUT           Folder path containing images to check against.
-o, --output OUTPUT         Name of the folder containing the output images.
-b, --blur BLUR             Blur mode: True to blur target face, False to blur all faces except target face.
                            Default is True.
-c, --cosine                Cosine similarity as face recognition mode.
-e, --euclidean             Euclidean distance as face recognition mode.
-th, --threshold THRESHOLD  Threshold that consideres a face similar enough used in the recognition mode.
                            Default for cosine similarity is 0.65 & default for euclidean distance is 0.5.

Demo:

demo_deepfaceblur_c.mov

anonymizedeepface's People

Contributors

deboradum avatar

Watchers

 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.