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

mlp_pose and mlp_exp? #25

Open
initialneil opened this issue May 9, 2024 · 0 comments
Open

mlp_pose and mlp_exp? #25

initialneil opened this issue May 9, 2024 · 0 comments

Comments

@initialneil
Copy link

initialneil commented May 9, 2024

In the code of generator, stage pose uses mlp_exp and stage exp uses mlp_pose. Why so?

https://github.com/OpenTalker/DPE/blob/main/networks/generator.py#L134-L140

elif stage=='exp':
directions_expD = self.mlp_pose(directions_D)
elif stage=='pose':
directions_poseD = self.mlp_exp(directions_D)
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