Skip to content

Question about the input of ctrlnet #9

@Heibaiii

Description

@Heibaiii

Hi, dear author
Thanks for your excellent work!
When I read the code, I noticed that the input of ctrlnet(self.seqTransEncoder_control) and backbone(self.seqTransEncoder) is same.

https://github.com/exitudio/MaskControl/blob/d3ef3580057fb5fcf22fd7c7484ef8bad69478df/models/mask_transformer/control_transformer.py#L335C1-L350C85

It's not same as the picture Fig 2.(c) in your paper.
Specifically, both the ctrlnet and the backbone receive the identical variable, named “control_input”, and this variable is not modified between its use as input for the two networks. Thus, they process the exact same input data.

Image

Could you please clarify the reason for this implementation choice?
Looking forward to your reply and clarification!

Best regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions