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

根据train.py文件训练出了模型,如何使用模型在真实场景下应用

superme3322 opened this issue · comments

根据readme文件配置好了环境,训练好了模型,现在有了模型找不到detect文件,只能通过test看准确度,我想使用模型应用于实际去测试,求大佬答复

@superme3322
你可以使用 demo.py 去visualize 一下测试结果, 然后再考虑看看 怎么应用于你的场景/数据。