Skip to content

parthgoe1/Facial-Sketch-to-Colored-Images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Facial-Sketch-to-Colored-Images-Using-GANs

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributions
  4. License
  5. Acknowledgments

About The Project

In this project, we tackle the problem of generating color photorealistic images of human faces from corresponding hand-drawn sketches. We aggregate and align datasets CUHK and FS2K of facial sketches and corresponding real facial photos for training and evaluation. For our baseline we tried to follow 4 papers, sketch2face [Julia Gong et al.], pix2pix [Philip Isola et al.], and Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks [Jun-Yan Zhu, Alexei A. Efros et al.]
For more details, please see Report

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

  • PyTorch
    conda install -c pytorch pytorch
  • NumPy
    conda install numpy
  • OpenCV
    conda install -c conda-forge opencv

Installation

  1. Clone the repo
    git clone https://github.com/kanthprashant/Facial-Sketch-to-Colored-Images.git

(back to top)

Contributors

  1. Parth Goel
  2. Prashant Kanth
  3. Rishika Bhanushali

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

  • Philip Isola, Jun-Yan Zhu, Tinghui Zhou, Alexei A. Efros: Image-to-Image Translation with Conditional Adversarial Networks
  • Julia Gong, Matthew Mistele: sketch2face: Conditional Generative Adversarial Networks for Transforming Face Sketches into Photorealistic Images.
  • Shu-Yu Chen, Wanchao Su, Lin Gao, Shihong Xia, Hongbo Fu: DeepFaceDrawing: Deep Generation of Face Images from Sketches.
  • Jun-Yan Zhu, Taesung Park, Philip Isola, Alexei A. Efros: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks.
  • Udemy: Computer Vision A-Z, Practical Deep Learning with Pytorch

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%