🖼️ Code for "SITA: Structurally Imperceptible and Transferable Adversarial Attacks for Stylized Image Generation"
This repository contains the official implementation of our paper
"SITA: Structurally Imperceptible and Transferable Adversarial Attacks for Stylized Image Generation."
- Python 3.8
- Required dependencies are listed in
requirements.txt
To install all dependencies, run:
pip install -r requirements.txt
git clone https://github.com/A-raniy-day/SITA.git
pip install -r requirements.txt
python main.py
This project includes components adapted from the following open-source repository:
- LinQinLiang/SSAH-adversarial-attack – Licensed under the MIT License