I want to get pose transfer of source image. For this i want to use MVC dataset (https://github.com/MVC-Datasets/MVC) contains 4 poses of images(streight view,left side view, right side view, back view). I preprocessed these images that,
1.Non-human images have to be deleted using face-detection
2.I created key-points for these images using open-pose
I want to train these images such that
image A:streight view,
image B: left view
I have a following questions which can solve my problem to train:
Suppose I trained for those two types images (streight, left view), to get a lefft view of test_image, how can I give its keypoints?? (I don't have left view of test_image. I want generate it)
Maybe you can use any left view keypoints in your training data, or you can simply draw it.
You need to change the data load so that you can load your data. Moreover, you need to change some parameters of the network so that you can train the model.
Thanks for sharing the code. The concept is good.
I want to get pose transfer of source image. For this i want to use MVC dataset (https://github.com/MVC-Datasets/MVC) contains 4 poses of images(streight view,left side view, right side view, back view). I preprocessed these images that, 1.Non-human images have to be deleted using face-detection 2.I created key-points for these images using open-pose
I want to train these images such that image A:streight view, image B: left view I have a following questions which can solve my problem to train:
Suppose I trained for those two types images (streight, left view), to get a lefft view of test_image, how can I give its keypoints?? (I don't have left view of test_image. I want generate it)
How to train for high resolution images??
Thanks in Advance. Regards, Sandhya