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

about time-smoothing #85

Open
zrhyst23 opened this issue Jun 11, 2020 · 1 comment
Open

about time-smoothing #85

zrhyst23 opened this issue Jun 11, 2020 · 1 comment

Comments

@zrhyst23
Copy link

The time smoothing module mentioned in the paper means that during training, the input of the generator is the 2D posture of the human body(xt) and the generated picture of the previous frame(G(xt-1)). so is it the same during the test? When testing, do we need to put the 2D pose of the human body (xt)and the generated picture of the previous frameG(xt-1)) every time?
I know you didn’t do this part, but I just want to konw what do you think about it.
Thanks a lot!

@tyrink
Copy link

tyrink commented Dec 16, 2020

Hi, I also want to add the time smoothing module into this implementation, but I just have no idea what to do with the training period. Could you please give me some advice or guidance?
Additionally, I don't think we need to introduce inter-frame correlation during the test, cause the model is already trained.
Thanks!

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