hardik-uppal / teacher-student-gan

8 stars 1 forks source link

Teacher-student GAN (TS-GAN)

Teacher-student generative adversarial network (TS-GAN), to generate depth images from a single RGB image to boost the recognition accuracy of face recognition (FR) systems. It has been implemented in Tensorflow-2.2.\ The related article can be found at arXiv.org

Authors: Hardik Uppal, Alireza Sepas-Moghaddam, Michael Greenspan, Ali Etemad.

Architecture

Architecture

Results

Results The first two rows show samples of the RGB-D datasets (IIIT-D and EURECOM KinectFaceDb). The first column shows RGB images, the second column shows the ground truth depth, and the third column shows the hallucinated depth. In the third row LFW samples are presented where the first column shows the RGB images while the second column shows the hallucinated depth.

Datasets

Requirements

Acknowledgments

Some parts of our code has been borrowed from CycleGAN TF v2.