Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams
4.91k
stars
1.17k
forks
source link
How to load a model locally in attack_adversarial_patch_detr; #2522
Open
yanzilhu opened 1 week ago
detector = PyTorchDetectionTransformer( channels_first=True, preprocessing=(MEAN, STD), input_shape=INPUT_SHAPE, clip_values=(0, 1) )