Pose-Guided-Person-Image-Generation icon indicating copy to clipboard operation
Pose-Guided-Person-Image-Generation copied to clipboard

How to run Trained Pose model on a single image instead of creating tfrecord from a test dataset ?

Open abhishekiitd327 opened this issue 6 years ago • 5 comments

@charliememory Once I have trained the model, I want to run Pose Transfer on a given image. But the current implementation required a tfrecord file to be generated from images and poses, and applies pose transfer on those. Any quick solution for that ?

abhishekiitd327 avatar Feb 26 '19 10:02 abhishekiitd327

If you want to run on a given image, you will need to implement a data load script for the single image and pose keypoints.

charliememory avatar Feb 27 '19 15:02 charliememory

@abhishekiitd327 Any luck? I'm looking for the same thing

leonardishere avatar Mar 03 '19 06:03 leonardishere

@charliememory If I have a image and the keypoints heatmap, how shall I do, thanks...

FrankieTong89 avatar Mar 08 '19 09:03 FrankieTong89

@charliememory The script mean the attribute of the image? such as the weight and high of the image and the keypoints location of the body?

FrankieTong89 avatar Mar 08 '19 09:03 FrankieTong89

@charliememory The run_convert_DF.sh script assumes that you already have all_peaks_dic_DeepFashion.p and subsets_dic_DeepFashion.p. However, I want to run pose transfer on an image that wasn't in the provided database. There is nowhere in the code that explains how to generate these, can you help? Or at least point me towards a resource that explains how to generate these for a single photo

leonardishere avatar Mar 12 '19 04:03 leonardishere