KaiyangZhou / deep-person-reid

Torchreid: Deep learning person re-identification in PyTorch.
https://kaiyangzhou.github.io/deep-person-reid/
MIT License
4.26k stars 1.14k forks source link

Code Questions #549

Open xiaboAAA opened 1 year ago

xiaboAAA commented 1 year ago

Final duke training, Market1501 testing, which path to write for root?

AlexChu0422 commented 1 year ago

if your duke and Market1501 dataset in same folder path ,you can set that folder path for root and use --s for traindata --t for testdata.

like this : python scripts/main.py --config-file configs/im_osnet_x1_0_softmax_256x128_amsgrad.yaml -s dukemtmcreid -t market1501 --transforms random_flip color_jitter --root $YOUR_DATASET_PATH

I hope it will help you.