We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the code of generator, stage pose uses mlp_exp and stage exp uses mlp_pose. Why so?
stage pose
mlp_exp
stage exp
mlp_pose
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the code of generator,
stage pose
usesmlp_exp
andstage exp
usesmlp_pose
. Why so?https://github.com/OpenTalker/DPE/blob/main/networks/generator.py#L134-L140
The text was updated successfully, but these errors were encountered: