Image-Forgery-Detection-CNN
Image-Forgery-Detection-CNN copied to clipboard
Where can I find the masks in the data ?
Based on your code, I presume that there should be mask in the dataset Casia2, but the dataset I downloaded from the dataset download link you gave doesn't have a mask, it only has Au and Tp in it
mask = io.imread(self.input_path + '/masks/' + im_name + '_gt.png')