Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing of images and train for high resolution images #5

Open
sandhyalaxmiK opened this issue Mar 6, 2020 · 1 comment
Open

Testing of images and train for high resolution images #5

sandhyalaxmiK opened this issue Mar 6, 2020 · 1 comment

Comments

@sandhyalaxmiK
Copy link

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:

  1. 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)

  2. How to train for high resolution images??

Thanks in Advance.
Regards,
Sandhya

@Ha0Tang
Copy link
Owner

Ha0Tang commented Jul 7, 2020

Thank you for your interest in our work.

  1. Maybe you can use any left view keypoints in your training data, or you can simply draw it.
  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants