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.11k stars 1k forks source link

请问如果我的数据集在单摄像头下,只有ID信息,怎么利用网络去训练 #265

Open szh91 opened 3 years ago

layumi commented 3 years ago

HI @szh91 You still can use ID label to supervise the network training. You may refer to several works on reid, such as
Minxian Li, Xiatian Zhu, Shaogang Gong. Unsupervised Tracklet Person Re-Identification. IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), 2019.

szh91 commented 3 years ago

好的,谢谢前辈