Skip to content

hackabit19/Fakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fakes


Table of contents

Introduction :-

TryFirst is an interactive web-app which benefits users by allowing them to try-on a particular cloth to see how it suits them. Thus, allowing consumers to virtually try on clothes will not only enhance their shopping experience, transforming the way people shop for clothes, but also save cost for retailer.

Details

Frameworks Used :-

  • pytorch 1.3.0
  • flask
  • matplotlib
  • OpenPose
  • Ranger Optimizer(current state of the art optimizer)

Dataset Used :-

  • MPV Dataset (contains person,cloth,cloth_mask,person_mask and poses) Here is the link to the dataset here

Trained model is available here

Implemenetation_details

  • Pose Generation using openpose.
  • Parser are generated using SS-nan (opensource pre-trained model) .
  • Used Generative Adversarial Networks with Adversarial loss, perceptual loss and L1 loss for smoothening.
  • Used U-Net for generator and a downsampler for discriminator.

Training process

  • The pose generated and parser and person image are concatenated along with and cloth imgae are fedded to GMM.
  • output of above is a warped cloth.
  • Now that concatenated image along with warped cloth is feeded to Gans.
  • Final output is image of person wearing desired cloth.
  • Final loss of generator on validation : 3.62001
  • Final loss of discriminator on validation :0.003821
  • Epochs Trained : 50
  • Optimizer : Ranger

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •