From 3c91395e97eb6f2d100f874541def22f47f2e618 Mon Sep 17 00:00:00 2001 From: Shawn Shan Date: Sat, 1 Aug 2020 12:17:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f169930..3c247b9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ when --mode is `custom`: - Turn on separate target if the images in the directory belong to different people, otherwise, turn it off. - Run on GPU. The current Fawkes package and binary does not support GPU. To use GPU, you need to clone this, install the required packages in `setup.py`, and replace tensorflow with tensorflow-gpu. Then you can run Fawkes by `python3 fawkes/protection.py [args]`. -![Obama in different settings](https://sandlab.cs.uchicago.edu/fawkes/files/obama.png) +![](http://sandlab.cs.uchicago.edu/fawkes/files/obama.png) ### How do I know my images are secure? We are actively working on this. Python scripts that can test the protection effectiveness will be ready shortly.