Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ningshuliang/PICTURE

Official code for paper "PICTURE: PhotorealistIC virtual Try-on from UnconstRained dEsigns"
https://github.com/ningshuliang/PICTURE

Last synced: 5 days ago
JSON representation

Official code for paper "PICTURE: PhotorealistIC virtual Try-on from UnconstRained dEsigns"

Awesome Lists containing this project

README

        

# PICTURE
PICTURE: PhotorealistIC virtual Try-on from UnconstRained dEsigns

[Shuliang Ning*](https://ningshuliang.github.io/),
[Duomin Wang](https://dorniwang.github.io/),
[Yipeng Qin](https://profiles.cardiff.ac.uk/staff/qiny16),
[Zirong Jin](https://scholar.google.com/citations?user=6-ARg6AAAAAJ&hl=en),
[Baoyuan Wang](https://sites.google.com/site/zjuwby/),
[Xiaoguang Han](https://gaplab.cuhk.edu.cn/)

[![YouTube](https://badges.aleen42.com/src/youtube.svg)](https://www.youtube.com/watch?v=nEqVbkl2yY0)

richdreamer

## Install

```
- System requirement: Ubuntu20.04
- Tested GPUs: A100 40G.
- Cuda 11.7
```

Install requirements using following scripts.

~~~
git clone https://github.com/ningshuliang/PICTURE.git
conda create -n picture
conda activate picture
pip install -r requirements.txt
~~~

Download the pretrained weights [baiduyun](https://pan.baidu.com/s/1J-KC9n8HGX7yXnI-jk8zZA?pwd=qpky) or [Hugging Face ](https://huggingface.co/Shuliang/PICTURE/tree/main/pretrain_models) and place it in the pretrain_models directory.

## Stage 1

~~~
cd Stage1_Text_to_Parsing
bash test.sh
~~~

## Stage 2

~~~
cd Stage2_Parsing_to_Image
bash test.sh
~~~

## Architecture

![architecture](doc/architecture.jpg)

## Experiments

![text-to-nd](doc/2type1.jpg)

![text-to-nd](doc/2type2.jpg)

![text-to-nd](doc/2type3.jpg)

![text-to-nd](doc/jumpsuit_dress.jpg)