Skip to content

mlp_pose and mlp_exp? #25

@initialneil

Description

@initialneil

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions