AdversarialMask icon indicating copy to clipboard operation
AdversarialMask copied to clipboard

Original PyTorch implementation of the AdversarialMask paper

Results 7 AdversarialMask issues
Sort by recently updated
recently updated
newest added

I trained both universal and targeted adversarial patches. The paper shows the image below: ![Example patch](https://github.com/user-attachments/assets/0c2579bb-c353-4876-8b50-c7ed9e0ef7d8) 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?

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?