Coder Social home page Coder Social logo

baldgan's Introduction

BaldGAN

example 1 example 2 example 3

This repository contains:

  • The source code for training the GAN model making people bald
  • Data with bald people for training a neural network
  • Pretrained neural network weights

Training data

dataset example

Data consists of two parts:

  • Bald people
  • Wigs
Dataset Image count
Bald people 3 698
Wigs 48

Bald people: google disk

Bald people preprocessed for GAN: google disk

Wigs: google disk

Bald people were obtained from:

  • CelebA with manual filtration
  • Collected manually from pinterest.com

Training

Pretrained model: google disk

The project is based on code from the keras-gan repository.

As a face detector, RetinaFace is used.

Project structure:

  • pix2pix_InsNorm.py - network training script
  • data_loader_alpha_sintes.py - data generator
  • dataset_prepare.ipynb - notebook for data preparation (or just download the prepared)
  • check_results_v2_InsNorm_4x4.ipynb - notebook for testing in images

To start training:

$ CUDA_VISIBLE_DEVICES=1 python3 pix2pix_InsNorm.py

To achieve the best result, it is better to pretrain the generator without a discriminator.

Features of the used model:

  • Two discriminators: for the whole face and the area under the hair
  • Using perceptual loss
  • InstanceNormalization

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.