You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running the adversarial patch attack for the PyTorchObjectDetector and PyTorchFasterRCNN, an error can occur when using any PyTorch-specific preprocessors.
To Reproduce
Steps to reproduce the behavior:
Run the adversarial patch attack on the PyTorchObjectDetector while using a Faster R-CNN model. When using additional PyTorch-specific preprocessors, the error above will occur.
Expected behavior
The attacks should run without error. It can be easily fixed by adding the following if-condition
when setting the gradients to true. This if-condition is already applied for the PyTorchYolo detector, it just needs to be copied to the PyTorchObjectDetector.
Screenshots
If applicable, add screenshots to help explain your problem.
System information (please complete the following information):
OS
Python version
ART version or commit number
TensorFlow / Keras / PyTorch / MXNet version
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the adversarial patch attack for the
PyTorchObjectDetector
andPyTorchFasterRCNN
, an error can occur when using any PyTorch-specific preprocessors.To Reproduce
Steps to reproduce the behavior:
Run the adversarial patch attack on the
PyTorchObjectDetector
while using a Faster R-CNN model. When using additional PyTorch-specific preprocessors, the error above will occur.Expected behavior
The attacks should run without error. It can be easily fixed by adding the following if-condition
when setting the gradients to true. This if-condition is already applied for the
PyTorchYolo
detector, it just needs to be copied to thePyTorchObjectDetector
.Screenshots
If applicable, add screenshots to help explain your problem.
System information (please complete the following information):
The text was updated successfully, but these errors were encountered: