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

How to generate the landmarks? #3

Closed zhoufengfan closed 3 years ago

zhoufengfan commented 3 years ago

We would like to generate the landmarks of our face images.

We see that a numpy.ndarray in landmark_aligned_600.pk contains 106 2D points. However, we can only generate 5 2D points using mtcnn. Could the authors add the code of generating the landmarks in the repo or describe how to generate the landmarks?

Thanks.

yubangji123 commented 3 years ago

Hi,

This work is funded by Tencent, I have no right to release other materials. You can refer to some face alignment works.

Thanks

zhoufengfan commented 3 years ago

We will refer to other face alignment works.