Skip to content

bhuvaneshsingh80/Python-Fake-Image-Using-ResNet50-Transfer-Learning-and-ELA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Fake-Image-Using-ResNet50-Transfer-Learning-and-ELA

How to detect Fake images using ResNet50 (Transfer Learning) and ELA.

MODEL: RESNET50_WIDE

FEATURE ENGINEERING: error-level analysis (ELA)

HOW TO RUN: INFERENCE FROM TRAINED WEIGHT: python3 test.py -i EX: python3 test.py -i ./DATASET4/real/sandyB_real_64.jpg

TRAINING: python3 train.py

PREPROCESSING: python3 elm_prep_train_test_split.py

PLOTTING: python3 plot.py

MediaEval Dataset - http://www.multimediaeval.org/mediaeval2016/

Releases

No releases published

Packages

No packages published

Languages