zer0-1s / fullbboxrestoration

Darker than Black-Box: Face Reconstruction from Similarity Queries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullbboxrestoration

The accompanying code for the work Darker than Black-Box: Face Reconstruction from Similarity Queries by Anton Razzhigaev, Klim Kireev, Igor Udovichenko, Aleksandr Petiushko.

How to recover face with pretrained eigenfaces:

  1. download checkpoints from https://drive.google.com/drive/folders/1g0P32pX8BydZ4YA66H6Aqle1qC8oR3d9?usp=sharing
  2. launch "run all cells" recover_face.ipynb

How to train eigenfaces:

  1. download ClelebA dataset
  2. run train_eigenfaces.ipynb

requirements:

  • python 3.8
  • torch 1.8

About

Darker than Black-Box: Face Reconstruction from Similarity Queries

License:MIT License


Languages

Language:Jupyter Notebook 91.4%Language:Python 8.6%