ADGAN icon indicating copy to clipboard operation
ADGAN copied to clipboard

The Implementation of paper "Controllable Person Image Synthesis with Attribute-Decomposed GAN" CVPR 2020 (Oral); Pose and Appearance Attributes Transfer;

Results 37 ADGAN issues
Sort by recently updated
recently updated
newest added

Excuse me, I have finished training and testing, it works well. I'm now trying to put certain clothes on certain person, like how can I use this model to put...

After prepared the environment, then run the cmd "bash ./script/train.sh", I got the error like "RuntimeError: The size of tensor a (750) must match the size of tensor b (176)...

Hi, I am trying to download data (so many data...!!) anyway it said .ds_stre file is passwd protected and asked me passwd. Could you help me on this? In fact,...

I tested with bash `python ./scripts/test.sh` to test using pre-trained 800-netG model. data is arranged as follows: ``` +—deepfashion | +—fashion_resize | +--train (files in 'train.lst') | +-- e.g. fashionMENDenimid0000008001_1front.jpg...

@menyifang thanks for opensourcing hte code base ,i have following queries 1. how to run the inference on single image without using deep fashion database 2. how are the results...

When I downloaded "In-shop Clothes Retrieval Benchmark", I got the following 9 error messages: In-shop Clothes Retrieval Benchmark/README.txt - You do not have permission to download this document. In-shop Clothes...

I'm running compute_coordinates.py in order to recalculate keypoints, but when I run it I have follow warning, (that I suppose mean some issue on size of images): tensorflow:Model was constructed...

![image](https://user-images.githubusercontent.com/16323003/101603222-34021d00-3a3a-11eb-8b6b-cdca36b0693d.png) ![image](https://user-images.githubusercontent.com/16323003/101603390-77f52200-3a3a-11eb-912c-20476f9c9dc9.png) Realistic faces can be generated by your model, even if input doesn't have a face (see pic 1) What do you think is the main reason that makes...

@menyifang I am trying to reproduce your work via pre-trained model privided in your google drive link. After following all your steps, when I run `bash ./scripts/test.sh ` I get...

@menyifang I was able to run test.py successfully, but I don't know how to do Component Attribute Transfer. Also, I don't know how to get the keypoint_mix in the code....