Skip to content

Some questions #3

@Mickeybaby

Description

@Mickeybaby

Hello, thank you for your great work. I have benefited a lot from it.
I'm a beginner in computer vision and person identification. There are many things I don't understand when I read your code.
For example,I didn't understand this function:
def linkage_calculation(self, dist, labels, penalty):
......
linkages = linkages.T + linkages - linkages * np.eye(cluster_num)
intra = linkages.diagonal()
penalized_linkages = linkages + penalty * ((intra * np.ones_like(linkages)).T + intra).T
I don't know the details of such code.
I am a graduate student in China.Is it convenient for you to leave your mailbox or wechat?
I'd like to ask you some questions.
Best wishes to you!
祝您一切顺利,生活幸福!

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