Commit f631c0fc authored by Carl De Sousa Trias's avatar Carl De Sousa Trias
Browse files

Update README.md

parent 2376d2a2
...@@ -66,38 +66,38 @@ input: wget http://0.0.0.0:8000/[yourpath]/AIW.zip ...@@ -66,38 +66,38 @@ input: wget http://0.0.0.0:8000/[yourpath]/AIW.zip
### **List of command for controller** ### **List of command for controller**
Open a window for selecting the folder AIW.zip: This command will open a window for the selection of the AIW.zip folder:
```bash ```bash
(env) python input.py (env) python input.py
input: getparse input: getparse
``` ```
Run all, windows using tkinter will ask for the different files depending on the .zip parsed [AIW_MQA-NNW/AIW_MQA-NNW-Checker]) This command will run the AIW (after being parsed):
```bash ```bash
(env) python input.py (env) python input.py
input: run all input: run all
``` ```
windows using tkinter will ask for the different files
**List of command for controller_NNW** (old) **List of command for controller_NNW** (old)
for [AIWImp/AIWRob] for [AIWImp/AIWRob]
Open a window for selecting the folder AIW.zip: This command will open a window for the selection of the AIW.zip folder:
```bash ```bash
(env) python input.py (env) python input.py
input: getparse input: getparse
``` ```
Set the Computational Cost flag ON: This command will open set the Computational Cost flag ON:
```bash ```bash
(env) python input.py (env) python input.py
input: ComputationalCost True input: ComputationalCost True
``` ```
Run the Robustness AIW with the **1** Modification and **{"P":0.5}** Parameters This command will open run the Robustness AIW with the **1** Modification and **{"P":0.5}** Parameters
```bash ```bash
(env) python input.py (env) python input.py
input: run robustness 1 {"P":0.5} input: run robustness 1 {"P":0.5}
``` ```
Run the Imperceptibility AIW with **vgg16** as watermarked AIM and trained on the **CIFAR10** dataset This command will open run the Imperceptibility AIW with **vgg16** as watermarked AIM and trained on the **CIFAR10** dataset
```bash ```bash
(env) python input.py (env) python input.py
input: run imperceptibility vgg16 cifar10 input: run imperceptibility vgg16 cifar10
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment