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

How the model will work if I want the output with the same pose as the reference image? #29

Open
Mushahid2521 opened this issue Aug 30, 2020 · 3 comments

Comments

@Mushahid2521
Copy link

I was wondering how I can modify the existing model to achieve the output with the same pose as reference image.

  1. Will it reduce the inference time?
  2. Will it reduce the model size?
@Mushahid2521 Mushahid2521 changed the title How the model wil work if I want the output with the same pose as the reference image? How the model will work if I want the output with the same pose as the reference image? Aug 30, 2020
@MotiBaadror
Copy link

Here are steps that help you do this.

  1. Use open pose to estimate pose for the reference image and put that json file in the ~datasets/pose_coco folder
  2. Go to demo/demo.txt file in that modify the name of keypoint.json to your json
    Now running demo.sh will give the output with reference pose into demo/forward folder

@Mushahid2521
Copy link
Author

Thanks a lot for your reply.
So what I want is that if I don't output with a new pose I don't require the face model. So the face refinement step can be ignored I think.
So how to achieve this?

If I use same pose as reference then can I expect to get the exact face as reference if I follow your procedure?

@MotiBaadror
Copy link

MotiBaadror commented Sep 1, 2020 via email

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