-
Hi I am relatively new to coding.
I recently switched from Foolbox 2.4.0 to the newer version 3.0.4.
In the previous version I was mostly using the FGSM or the PGD attack without the need to spec…
-
Hello YangiD,
Thank you very much for sharing your work and providing the checkpoint model. I have tried testing the model using the provided checkpoint with the following code:
```
def tes…
-
I cannot understand from the code where the adversarial images are stored. If I want to give my own adversarial inputs to the path generation code, where should I put them. What is the format? NumPy?
-
Hi @1Konny Can you please give me an example how to run this code? I am confused what should I put into [NAME]? Can you provide one example. Thanks.
`python main.py --mode train --env_name **[NAME]…
-
Is there any way to use the already trained celeba model (trained with train.py) and infer for a single perturbed image and see if the model regenerates the original?
-
Some options:
- https://github.com/Tianxiaomo/pytorch-YOLOv4
- https://github.com/AlexeyAB/Yet-Another-YOLOv4-Pytorch (forked from https://github.com/VCasecnikovs/Yet-Another-YOLOv4-Pytorch)
I'm …
-
First of all, I would like to thank you for this incredible work!
I try the following code, to attack CIFAR10 with JSMA. The attack fails all the time (the code works with other attacks).
import …
-
https://muyuuuu.github.io/2021/05/20/MMdetection-pipeline/
经过几天连续的开坑和读源代码,对 mmdetection 的配置流程了解的差不多了。考虑一个实例应用,尝试着将 FGSM 攻击算法的制作的对抗样本植入目标检测中,企图增加网络的鲁棒性,也就是一个自定义输出处理 Pipeline 的实际流程。之后会尝试自定义损失函数,支持简单的…
-
Hi.
could you please provide test shell scripts for lenet, allconvnet probout.
Trying on my own I am unable to get it to work successfully.
Also Training with train_cifar_allconvnet_probout.sh, i…
-
I found that when running the MI-FGSM code, the final accuracy is independent of the decay_factor parameter, which leads to the results of MI-FGSM and I-FGSM always being the same. How can this issue…