Image-Forgery-Detection-CNN icon indicating copy to clipboard operation
Image-Forgery-Detection-CNN copied to clipboard

Where can I find the masks in the data ?

Open SherlockLeon opened this issue 7 months ago • 1 comments

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

SherlockLeon avatar Jul 19 '24 18:07 SherlockLeon