Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.05 KB

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