kPsarakis / Image-Forgery-Detection-CNN

Image forgery detection using convolutional neural networks. Group 10's final project for TU Delft's course CS4180 Deep Learning 2019.
149 stars 40 forks source link

Demo request. #14

Open toddyc opened 3 years ago

toddyc commented 3 years ago

Getting errors running this application on my local machine. Some of the errors:

Traceback (most recent call last): File ".\extract_patches.py", line 9, in pe.extract_patches() File "C:\Users\toddy\OneDrive\Documents\Project\Tendai NUST\Tendai\Image-Forgery-Detection-CNN-master_2\Image-Forgery-Detection-CNN-master\src\patch_extraction\patch_extractor_casia.py", line 89, in extract_patches
for f in os.listdir(tp_dir): FileNotFoundError: [WinError 3] The system cannot find the path specified: '../data/CASIA2/Tp/'