face_recognition
face_recognition copied to clipboard
Performing an adversarial attack on face_recognition software, is it possible?
I am part of a CTF and I have the task of finding out how to bypass a face recognition software by performing an adversarial attack. The base software is written with face_recognition library and it works as it should work. Now, I am curious if it is possible to perform an adversarial attack on this piece of software, how is it possible?
P.S: Code samples are super appreciated.
I am also interested in this issue. Is it possible to perform an attack with, for example, Adversarial Robustness Toolbox (ART)?