Zhedong Zheng
Zhedong Zheng
It looks like the multiprocessing error. You may try to set the `nworkers=1` in DataLoader
Hi @bbbxixixixi It is weird. Could you check your Numpy Version first? Is the result correct on the baseline model without PCB?
Yes. @NeoYY It is possible. You may check the pretrained model from Pytorch.
Hi @guotong1223 It is wired. Could you show more details? Or did you modify any code?
哦哦 就是存一下 六个关键的东西 query id query feature query camera gallery id gallery feature gallery camera 具体是在 这两行 https://github.com/layumi/Person_reID_baseline_pytorch/blob/master/test.py#L300-L301
@ttdd11 , Generally, there are more than one correct images in the gallery (candidate pool). Therefore, I provide the ranking list. Yes. You may consider to add one threshold, or...
@ttdd11 You may add it, however, sometime reranking is time-consuming.
Hi @yg76cv Thanks a lot. The default value should be 512 rather than True. I have rectified it. Thanks a lot. @yg76cv
Please check my modified code at https://github.com/layumi/Person_reID_baseline_pytorch/blob/master/model.py#L31-L35 Thanks a lot for your feedback.
1.现在用的是 512 dim,不是2048。你可以看看怎么学的。 2. 你可以修改 模型 加一层 256 或者 128在分类层前。