Paper: Adversarial examples in the physical world
- Run the script
$ python3 iterative.py --img images/goldfish.jpg --model resnet18 --target 4
# If argument 'target' is not specified, it is untargeted attack
- Control keys
- use trackbar to change
epsilon
(max norm of perturbation) anditer
(number of iterations) esc
close andspace
to pauses
save perturbation and adversarial image
- use trackbar to change