Pose-Guided-Person-Image-Generation
Pose-Guided-Person-Image-Generation copied to clipboard
Tensorflow implementation of our NIPS 2017 paper "Pose Guided Person Image Generation"
In the market1501 dataset, I am confused about the meaning of bounding_box_test_clean. Thanks for your time.
when I run the commond of "./run_convert_market.sh" in TF-record data preparation steps and the result is as follows: 100000 200000 repeat positive pairs augment_ratio times and cut down negative pairs...
I can't find the supplementary material mentioned in the paper,could you give me give a link, thank you!
"You don't have permission to access ..." Would you please to fix it?
According to your code, generating 18 keypoints depends on file——**annotation - {type}. csv**, so how to generate my own data set's **xxxx.csv** file?
I am trying to train the model with another dataset Lookbook. The inputs are image_raw, target_image, pose and mask, the size of target pose is (256,256,9). I got the following...
According to the article, The pose estimator generates the coordinates of **18 keypoints**, then you encode pose as 18 **heatmaps** but I can't find the function which converts the coordinates...
@charliememory I am trying to freeze the model from pbtxt and ckpt files but can not able to find output and input node name. Can you please tell how to...
Would you explain the steps involved in dataset preparation including the data pairing for training dataset. I want to train my own data. So it would be helpful. Looking for...
I have trained the model and want to use that for testing which ckpt file am i supposed to use for testing as i think the run_DF_test file was meant...