-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Labels
No labels