advboxes / AdvBox

Advbox is a toolbox to generate adversarial examples that fool neural networks in PaddlePaddle、PyTorch、Caffe2、MxNet、Keras、TensorFlow and Advbox can benchmark the robustness of machine learning models. Advbox give a command line tool to generate adversarial examples with Zero-Coding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can StealthTshirt be used for generating new adversarial patches?

cyber-ranger opened this issue · comments

It looks like /applications/StealthTshirt/StealthTshirtDemo.py only provides the YOLO OD demo. Is there only one patch (Defcon_Sticker.png) can be used for physical adversarial attack?
How can I use AdvBox for generating more adversarial patches? THX

We've recently been working on a new project https://github.com/PaddlePaddle/PaddleSleeve/tree/main/AdvBox. It contains a digital attack demo for object detectors based on the PaddleDetection project.

Check out Adversarial Perturbation for Object Detection section. You can generate new patches based on the new object detector provided by PaddleDetection. Physical attack is developing.