layumi / Person_reID_baseline_pytorch

:bouncing_ball_person: Pytorch ReID: A tiny, friendly, strong pytorch implement of person re-id / vehicle re-id baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial

Home Page:https://www.zdzheng.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

对于评价指标的问题

Dhaizei opened this issue · comments

拜读了下您的code,对于评价指标,我有一些疑问,对于rank1、rank5、rank10,它们的计算不都是按照匹配的正确的多少计算的吗?而在您的code中,区分了good_index和junk_index,其中junk_index中包括了同摄像头下的同一个人的index,这样做会使得,rank1等的值变小,目的是增强鲁棒性吗?在一般认可的评价行人重识别指标时,都是这么做的吗?十分期待您的回复。

你好,感谢关注我们repo。

由于reid是研究 cross camera 的匹配程度。
如果同一camera,可能基本 tracking 或者匹配就成功了。rank 也就是 recall就太高,不准了。
谢谢。