├── LFW ├── lfw_landmark.txt └── pairs.txt ├── README.md ├── generate_adv.py ├── matlab_cp2tform.py ├── model └── sphere20.zip └── net_sphere.py /LFW/lfw_landmark.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgmath12/efficient-decision-based-black-box-adversarial-attacks-on-face-recognition/HEAD/LFW/lfw_landmark.txt -------------------------------------------------------------------------------- /LFW/pairs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgmath12/efficient-decision-based-black-box-adversarial-attacks-on-face-recognition/HEAD/LFW/pairs.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgmath12/efficient-decision-based-black-box-adversarial-attacks-on-face-recognition/HEAD/README.md -------------------------------------------------------------------------------- /generate_adv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgmath12/efficient-decision-based-black-box-adversarial-attacks-on-face-recognition/HEAD/generate_adv.py -------------------------------------------------------------------------------- /matlab_cp2tform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgmath12/efficient-decision-based-black-box-adversarial-attacks-on-face-recognition/HEAD/matlab_cp2tform.py -------------------------------------------------------------------------------- /model/sphere20.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgmath12/efficient-decision-based-black-box-adversarial-attacks-on-face-recognition/HEAD/model/sphere20.zip -------------------------------------------------------------------------------- /net_sphere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgmath12/efficient-decision-based-black-box-adversarial-attacks-on-face-recognition/HEAD/net_sphere.py --------------------------------------------------------------------------------