Implement Adversarial Patch (Adversarial Patch paper) Attacks.
(It's Not official
implementation of this paper)
Scripts for Start
git clone https://github.com/PresentJay/Adversarial_Patch_Attack_With_Pytorch.git
cd ./Adversarial_Patch_Attack_With_Pytorch
pip install virtualenv
virtualenv venv
. venv/scripts/activate
pip install -r requirements.txt
python main.py
order | contents | startdate | enddate |
---|---|---|---|
1 | organize results |
||
2 | add more experiment styles |
||
3 | add anaconda environment |
||
4 | add usage commands |
||
5 | modify some private data in log |
||
6 | add final patch and graphs to all results |
-
PresentJay (정현재) (Jeong HyeonJae)
- Email: [email protected]
Commit Convention:
Udacity Style
https://udacity.github.io/git-styleguide/
DocString Convention:
Google Style
https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html