Skip to content
New issue

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

Question about the performance #2

Open
c-dada opened this issue Jul 19, 2019 · 2 comments
Open

Question about the performance #2

c-dada opened this issue Jul 19, 2019 · 2 comments

Comments

@c-dada
Copy link

c-dada commented Jul 19, 2019

Hello, I set hyper-parameters 0.1 for size_penalty ,0.05 for merge_percent and 16 for batchSize in your code. But on DukeMTMC-VideoReID, the highest rank-1 is 59.3% and the heighest mAP is 47.9%. I can't reproduce the performance of your papers. Is my hyper-parameters set wrong?

@LgQu
Copy link

LgQu commented Jul 30, 2019

Hello, I set hyper-parameters 0.1 for size_penalty ,0.05 for merge_percent and 16 for batchSize in your code. But on DukeMTMC-VideoReID, the highest rank-1 is 59.3% and the heighest mAP is 47.9%. I can't reproduce the performance of your papers. Is my hyper-parameters set wrong?

Hi~ I met the same problem. However, I can get about 63% mAP on DukeMTMC-VideoReID which is higher than yours while it is still lower than the result of the paper. Besides, the mAP on MARS is 34.7% in my experiment which is so bad(43.5% in the paper). Do you try the code on MARS? How about your performance? By the way, my setting of hyper-parameters is the same as yours.

@Mickeybaby
Copy link

@ChildQuqu hello
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 about the code details.
It doesn't matter if it's inconvenient.
Best wishes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants