Skip to content

hardik-uppal/teacher-student-gan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • EURECOM KinectFaceDb
  • CurtinFaces
  • IIIT-D
  • LFW

Requirements

  • python 3.6
  • tensorflow 2.2
  • opencv
  • numpy
  • tqdm
  • pickle
  • oyaml

Acknowledgments

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages