alldbi / FLM

Tensorflow implementation of Fast Geometrically-Perturbed Adversarial Faces
MIT License
24 stars 5 forks source link

Issue with google image recognition #2

Open athomaj opened 4 years ago

athomaj commented 4 years ago

Hi,

I've been trying to apply your algorithm to pictures of celebrities, and I would like these pictures not being recognized by the google image reverse algorithm. for most of my tests, it doesn't seem to work correctly, but I feel like I am not using correct values while launching the script. here is the command i'm using, $ python main.py --pretrained_model ./20180408-102900/model-20180408-102900.ckpt-90 --dlib_model ./shape_predictor_68_face_landmarks.dat --img ./dua_lipa.jpg --label 0 --output_dir ./res --epsilon=0.00015 --mode GFLM. Is there anything I am missing or could do to improve my results?

Thanks

fongang2019 commented 1 year ago

Please did you finally solve the problem