This project is an implementation of our IJCAI 2021 paper "Adv-Makeup: A New Imperceptible and Transferable Attack on Face Recognition", we propose a novel attacking form for the face recognition to synthesize the transferable and imperceptible adversarial examples.
Hi! After we run python train.py, an error occurred:
Traceback (most recent call last):
File "train.py", line 3, in <module>
from model import *
File "/foo/Adv-Makeup/model.py", line 14, in <module>
from encoder import *
ModuleNotFoundError: No module named 'encoder'
Could the original authors fix the bug?
Thanks a lot.
Hi! After we run
python train.py
, an error occurred:Could the original authors fix the bug? Thanks a lot.