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.09k stars 1.01k forks source link

How to cite results from this repository? #406

Open Noixas opened 6 months ago

Noixas commented 6 months ago

I have gone through both Joint discriminative and generative learning for person re-identification and A discriminatively learned CNN embedding for person re-identification, but neither of them reports a lot of the newer trained models scores (e.g. swin transformer, HRNet-18, PCB). As far as I understand, the models provided in here are all based on the same architecture and what changes is the backbone and some parameters. For example:

  • all tricks means -> --warm_epoch 5 --stride 1 --erasing_p 0.5 --batchsize 8 --lr 0.02
  • circle loss
  • DG

My questions are:

  1. Are there any other significant changes when implementing swin transformer or other backbones?
  2. Should I use Verif-Identif [55] as model name when citing the results of this repository, regardless of the architecture? Or is there a specific notation used when citing the models from this repo?
layumi commented 6 months ago

Hi @Noixas Sorry for the late response.

  1. Swin transformer needs a fixed input size to ensure the window number.
  2. You may use ResNet + Verif-Identif or Swin + Circle such citation.