Shawn-Shan / fawkes

Fawkes, privacy preserving tool against facial recognition systems. More info at https://sandlab.cs.uchicago.edu/fawkes
https://sandlab.cs.uchicago.edu/fawkes
BSD 3-Clause "New" or "Revised" License
5.22k stars 481 forks source link

Internet connection #113

Closed Skrem339 closed 3 years ago

Skrem339 commented 3 years ago

The exe for windows weights 125 MB. I would imagine this space is being used by binaries and the model itself. Why then exe closes if I block internet connection for it? What is this connection being used for?

Shawn-Shan commented 3 years ago

The windows exe does not contain models and optimization targets, which are downloaded at runtime. The 125M is mostly packaged python environment. You can check out the source code for more details.