-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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