Update README.md

pull/102/head
Shawn Shan 2020-09-29 22:01:54 -05:00 zatwierdzone przez GitHub
rodzic e3b2181949
commit 7abf1dbc28
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 9 dodań i 2 usunięć

Wyświetl plik

@ -13,8 +13,6 @@ Copyright
--------- ---------
This code is intended only for personal privacy protection or academic research. This code is intended only for personal privacy protection or academic research.
We are currently exploring the filing of a provisional patent on the Fawkes algorithm.
Usage Usage
----- -----
@ -60,6 +58,15 @@ pip install fawkes
If you don't have root privilege, please try to install on user namespace: `pip install --user fawkes`. If you don't have root privilege, please try to install on user namespace: `pip install --user fawkes`.
Academic Research Usage
-----------------------
For academic researchers, whether seeking to improve fawkes or to explore potential vunerability, please refer to the following guide to test Fawkes.
To protect a class in a dataset, first move the label's image to a seperate location and run Fawkes. Please use `--debug` option and set `batch-size` to a reasonable number (i.e 16, 32). If the images are already cropped and aligned, then also use the `no-align` option.
Contribute to Fawkes Contribute to Fawkes
-------------------- --------------------