Skip to content

A simple tool for face alteration detection for eMRTD validation

Notifications You must be signed in to change notification settings

Giulianini/image-alterations-detector

Repository files navigation

Image Alterations Detector

A simple tool for face alteration detection for eMRTD validation

Install python with Tkinter

Project needs Tkinter library to work. Python generally comes shipped with an integrated tk package inside.

Tkinter on Mac Os and pyenv

Pyenv does not install a python version with tkinter package. To install a compatible python version follow this guide.

Tkinter on Linux (and virtualenv)

sudo apt-get install python3-tk

Install dependencies

pip install -r requirements.txt

Run the tool

pwd: .../image-alterations-detector
python -m image_alterations_detector.main   

Examples

Align Images

alignment

Perform analysis and alteration detection

analysis

Segment and check IOU values

segmentation

About

A simple tool for face alteration detection for eMRTD validation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages