AdversarialMask
AdversarialMask copied to clipboard
Original PyTorch implementation of the AdversarialMask paper
I trained both universal and targeted adversarial patches. The paper shows the image below:  But my generated images seem to be almost gray scale, I was wondering if...
If I want to change the resolution of the image and mask to 256x256, how should I change the code?
If I want to change the resolution of the image and mask to 256x256, how should I change the code?
The final patch I got is almost a whole face, but the patch you provide only contains half of a face. Is there anything I can do to get a...
There is a file named "ms1mv3_arcface_resnet100.pth" is missing. Can anyone please help me get this file? Please please please
Traceback (most recent call last): File "D:\AdversarialMask-master\patch\train.py", line 198, in main() File "D:\AdversarialMask-master\patch\train.py", line 193, in main adv_mask.train() File "D:\AdversarialMask-master\patch\train.py", line 95, in train (b_loss, sep_loss), vars = self.forward_step(img_batch, adv_patch_cpu,...
I checked the code and found nothing different during training,How should I do target attack?