Skip to content

Releases: weleen/MGH.pytorch

models

23 Aug 02:57
Compare
Choose a tag to compare
models Pre-release
Pre-release

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.