Code for virtual try-on with high-fidelity details. The code was developed and tested with Pytorch0.4.1.
git clone https://github.com/AIprogrammer/Detailed-virtual-try-on.git.
cd Detailed-virtual-try-on
sh demo.sh
cd vgg_model/
wget https://download.pytorch.org/models/vgg19-dcbb9e9d.pth
sh train.sh
If you find this code helpful, please cite our paper:
@inproceedings{detail2019,
title={Down to the Last Detail: Virtual Try-on with Detail Carving},
author={Wang, Jiahang and Zhang, Wei and Liu, Weizhong and Mei, Tao},
booktitle = {arXiv:1912.06324},
year={2019}
}
@inproceedings{cvpr19,
title={Unsupervised Person Image Generation with Semantic Parsing Transformation},
author={Song, Sijie and Zhang, Wei and Liu, Jiaying and Mei, Tao},
booktitle = {CVPR},
year={2019}
}
@inproceedings{pami20,
title={Unpaired Person Image Generation with Semantic Parsing Transformation},
author={Song, Sijie and Zhang, Wei and Liu, Jiaying and Guo, Zongming and Mei, Tao},
booktitle = {IEEE Trans. on PAMI},
year={2020}
}