Releases: weleen/MGH.pytorch
Releases · weleen/MGH.pytorch
models
For projects MGH, these models are trained on Market1501, DukeMTMC, and MSMT17.
The model files should be organized as follow
models
├── duke
│ └── model_duke.pth
├── market
│ └── model_market.pth
└── msmt17
└── model_msmt17.pth
if you want to test these models, please check projects/MGH/test.sh, and follow projects/MGH/README.md to run testing.