Skip to content

Worlds first API for Deep Virtual Try on cloths exclusively for pandemic recovery in apparel industry. Powered by powerful PyTorch deep learning model with detailed cloth warping

License

Notifications You must be signed in to change notification settings

NandhaKishorM/Deep-Virtual-Try-On

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worlds first API for Deep Virtual Try On cloth powered by Pytorch

made-with-python license

Note

Currently it is on research stage and I am improving the code. Soon I will release the notebook for training and inference.

API

alt text

Android Application(Adobe XD wireframe)

alt text

Results

alt text alt text alt text alt text alt text alt text

Training

Download the dataset

Download the MPV dataset from Image-based Multi-pose Virtual Try On and put the dataset under "./dataset/images/".

Select postive perspective images, create dataset split file 'data_pair.txt', and put it under "./dataset/".

Dataset preprocessing

Pose keypoints. Use the Openpose, and put the keypoints file in "./dataset/pose_coco".

Semantic parsing. Use the CIHP_PGN, and put the parsing results in "./dataset/parse_cihp".

Cloth mask. Use the removebg api or holistically-nested-edge-detection for the cloth mask, and put the mask in "./dataset/cloth_mask"..

Coarse-to-fine training

Download the VGG19 pretrained checkpoint

cd vgg_model/

Set different configuration based on the "config.py". Then run

sh train.sh

About

Worlds first API for Deep Virtual Try on cloths exclusively for pandemic recovery in apparel industry. Powered by powerful PyTorch deep learning model with detailed cloth warping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published