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 to disable "personalisation" step? #137

Open
norris9410 opened this issue Jan 6, 2022 · 0 comments
Open

How to disable "personalisation" step? #137

norris9410 opened this issue Jan 6, 2022 · 0 comments

Comments

@norris9410
Copy link

norris9410 commented Jan 6, 2022

Hi,

I am trying to reproduce the result of the impact of personalization. Does any one know how to disable the personalization step? I tried commented out the personalize(opt) in demo/run_imitator.py. But it doesnt help, what I get is only a "noisy" video.

`def run_imitator(opt):
# 1. prepreocess
successful = preprocess(opt)

if successful:
    # 2. personalization
    personalize(opt)
    # 3. imitate
    all_meta_outputs = imitate(opt)
else:
    all_meta_outputs = []

return all_meta_outputs`

The result video frames are shown belown.

frame1
frame2

These results do not match the results in the paper. Could anyone give me a hint how to disable the personalization step?

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

1 participant