Pose-Guided-Person-Image-Generation
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 ?
@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 ?
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.
@abhishekiitd327 Any luck? I'm looking for the same thing
@charliememory If I have a image and the keypoints heatmap, how shall I do, thanks...
@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?
@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