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
https://www.zdzheng.xyz
MIT License
4.13k stars 1.01k forks source link

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

Open Stark897 opened 8 months ago

Stark897 commented 8 months ago

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

image
layumi commented 7 months ago

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