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/'
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/'