Disentangled-Person-Image-Generation icon indicating copy to clipboard operation
Disentangled-Person-Image-Generation copied to clipboard

Tensorflow implementation of CVPR 2018 paper "Disentangled Person Image Generation"

Results 6 Disentangled-Person-Image-Generation issues
Sort by recently updated
recently updated
newest added

Hi. Impressive work product. I want to test on my own deep fashion data. But when I run 'run_convert_DF.sh' ,it says I don't have the file named 'all_peaks_dic_DeepFashion.p'.Can you tell...

What file should to put in the path of log_dir and log_dir_pretrain

hello, when I run the test.py I have this error : (in tflib/inception_score.py) ValueError: Shape must be rank 2 but is rank 1 for 'MatMul' (op: 'MatMul') with input shapes:...

I am not sure you are using the generated pose in your test phase. In tester.py #497, I think the self.pose_embs should be replaced by self.G_pose_embs, or the pose will...

Hi, I get the following error when attempting to train the Fg Bg reconstruction model, using tensorflow-gpu1.9, python2.7. Thank you for help. ```shell gpu=0 D_arch='DCGAN' log_dir='./logs' ####################### Stage-I: reconstruction #####################...

Hi, I run your training code for DeepFashion. And OOM error happens when i set batch size as 6 for MODEL101_DF_Encoder_GAN_BodyROI7. Here i only can set batch size as 1,...