From 1903fbf60ed793f6541794b6b75793355f4a26ed Mon Sep 17 00:00:00 2001 From: Shawn Shan Date: Mon, 13 Jul 2020 19:06:05 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 41acfd5..7ab7fc9 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ when --mode is `custom`: - Select the best mode for your need. `Low` protection is effective against most model trained by individual trackers with commodity face recongition model. `mid` is robust against most commercial models, such as Facebook tagging system. `high` is robust against powerful modeled trained using different face recongition API. - The perturbation generation takes ~60 seconds per image on a CPU machine, and it would be much faster on a GPU machine. Use `batch-size=1` on CPU and `batch-size>1` on GPUs. - Turn on separate target if the images in the directory belong to different person, otherwise, turn it off. +- How do I know my images are secure? We offer two ways to test the robustness of our detection and both of which requires certain level of coding experience. More details please checkout in [evaluation](https://github.com/Shawn-Shan/fawkes/tree/master/evaluation) directory. Quick Installation @@ -51,6 +52,8 @@ pip install fawkes If you don't have root privilege, please try to install on user namespace: `pip install --user fawkes`. + + ### Citation ``` @inproceedings{shan2020fawkes,