Pose-Guided-Person-Image-Generation
Pose-Guided-Person-Image-Generation copied to clipboard
How to generate the pose map and pose mask of my own dataset?
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?
Hi, I am not sure which code piece do you mean. As to the pose keypoints, they are generated from OpenPose and the script "datasets/convert_RCV.py" helps to convert the keypoints in the format of (row, column, visibility). There is also a more recent PyTorch implementation https://github.com/budui/Human-Pose-Transfer . Hoe it helps.