https://github.com/thedevstone/image-alterations-detector
A simple tool for face alteration detection for eMRTD validation
https://github.com/thedevstone/image-alterations-detector
Last synced: 3 months ago
JSON representation
A simple tool for face alteration detection for eMRTD validation
- Host: GitHub
- URL: https://github.com/thedevstone/image-alterations-detector
- Owner: thedevstone
- Created: 2021-05-20T13:40:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T13:43:03.000Z (about 4 years ago)
- Last Synced: 2025-01-23T03:14:38.778Z (5 months ago)
- Language: Python
- Size: 5.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://stackoverflow.com/questions/60469202/unable-to-install-tkinter-with-pyenv-pythons-on-macos).### Tkinter on Linux (and virtualenv)
```bash
sudo apt-get install python3-tk
```## Install dependencies
```bash
pip install -r requirements.txt
```## Run the tool
```bash
pwd: .../image-alterations-detector
python -m image_alterations_detector.main
```## Examples
### Align Images

### Perform analysis and alteration detection

### Segment and check IOU values
