TencentYoutuResearch / Adv-Makeup

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.
Other
69 stars 12 forks source link

ModuleNotFoundError: No module named 'encoder' #2

Closed runrunnow closed 3 years ago

runrunnow commented 3 years ago

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.

runrunnow commented 3 years ago

Thanks.The bug has been fixed!