robust_physical_perturbations
robust_physical_perturbations copied to clipboard
Public release of code for Robust Physical-World Attacks on Deep Learning Visual Classification (Eykholt et al., CVPR 2018)
Hi Ivan and team, I am trying to run the rp2 code in gtsrb-cnn-attack and getting error messages. I read the README and could not find any information on versions....
Hi, thanks for the awesome work. I look through the code and there seem to be no codes accounting for the alignment function shown in equation 3 in the paper....
Hello, I have tried to reproduce the code. ``` pipenv install tensorflow==1.4.1 pipenv install keras==1.2.0 pipenv install scipy pipenv install opencv-python pipenv install pillow pipenv shell ``` This is my...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
hello, thanks for the awesome work! but i still have the question, how do u get the masks like mask_l1loss_uniform_rectangles.png? i look through the code but didn't find there are...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.4.1 to 1.15.4. Release notes Sourced from tensorflow's releases. TensorFlow 1.15.4 Release 1.15.4 Bug Fixes and Other Changes Fixes an undefined behavior causing a segfault in tf.raw_ops.Switch...
Hello, thank you very much for you and your team members to contribute such an excellent article, recently I am doing some work on article reproduction and have some existing...