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

执行demo.py,编号不匹配问题

Stark897 opened this issue · comments

博主您好,请问这里的query_index的含义是什么呢(我的理解是所需要查询行人的ID),因此,为什么会出现编号不匹配现象呢,即
在终端输入python demo.py --query_index 342
输出的图片编号都应是342才对,为什么都是155
image

@Stark897
你好。
不是按ID来的,是按图像的ID顺序排列的。
有些ID会有多个query。