2
0
mirror of https://github.com/Shawn-Shan/fawkes.git synced 2024-09-20 07:26:37 +05:30

Update README.md

This commit is contained in:
Shawn Shan 2020-07-23 16:16:20 -05:00 committed by GitHub
parent 7d65e1466a
commit a4277fd816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,7 @@ Note that we can't guarantee the protection is always successful due to new deve
Evaluation with Local Model
---------------------------
To evaluate using local model, you are highly recommended to have a GPU device and train the model on it. Otherwise, the evaluation will be extremely slow and might even damage the CPUs on some machine.
To evaluate, run `python3 eval_local.py -d IMAGE_DIR`. Where `IMAGE_DIR` is the image directory send to Fawkes protection code, and it must contain both original images (testing) and cloaked image (training).
All images in the directory must belong to the same person and have at least 10 images in them. Also, you cannot turn on `--separate-target` during the protection. (We are working on reducing some of these limitations.)
The script will output the protection success rate at the end.
forthcoming...
Evaluation with Microsoft Azure