AI Virtual Try On
Team Members: Bowen Zhang, Youyi Zhan, Chuxin Wang, Shuxian Bi
Mentors: Bo Zhang, Bartuer Zhou
Introduction
This is the project of MSRA Advanced Software Engineering Class.
AI-Vitrual-Try-On enables you to try on different clothes without going to the shops in person.
Click here to get your own try-on photos.
Deployment
Backend
Installation
$ cd code/backend
$ python3 -m pip install -r requirements.txt
Run Backend
$ python3 manage.py makemigrations BackendManagement
$ python3 manage.py migrate
$ python3 manage.py runserver
Frontend
$ cd code/frontend
$ npm install
$ npm run serve # Compiles and hot-reloads for development
$ npm run build # Compiles and minifies for production
Model
TBA.
Citation
@article{Zhang2020CrossdomainCL,
title={Cross-domain Correspondence Learning for Exemplar-based Image Translation},
author={Pan Zhang and Bo Zhang and Dong Chen and Lu Yuan and Fang Wen},
journal={ArXiv},
year={2020},
volume={abs/2004.05571}
}
@misc{zhou2020fullresolution,
title={Full-Resolution Correspondence Learning for Image Translation},
author={Xingran Zhou and Bo Zhang and Ting Zhang and Pan Zhang and Jianmin Bao and Dong Chen and Zhongfei Zhang and Fang Wen},
year={2020},
eprint={2012.02047},
archivePrefix={arXiv},
primaryClass={cs.CV}
}