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

visual_heatmap问题

YUHsss opened this issue · comments

commented

您好!请问如何展示特定所指图像的heatmap,现在好像只是展示的第一张,我该如何修改代码呢?

你好感谢,
这一步 https://github.com/layumi/Person_reID_baseline_pytorch/blob/dev/visual_heatmap.py#L74
我只让他读了一次。 你可以外面套一个for 循环。 多次读取 dataloader就行。