yxgeee / MMT

[ICLR-2020] Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification.

Home Page:https://yxgeee.github.io/projects/mmt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Something Wrong

WangWenhao0716 opened this issue · comments

MMT/examples/data
├── dukemtmc
│ └── DukeMTMC-reID
├── market1501
│ └── Market-1501-v15.09.15
└── msmt17
└── MSMT17_V1

should be:

MMT/data
├── dukemtmc
│ └── DukeMTMC-reID
├── market1501
│ └── Market-1501-v15.09.15
└── msmt17
└── MSMT17_V1

Thank you for your reminder.
In your case, I suppose you have moved the mmt_train.py file from MMT/examples/ to MMT/,
since the data directory is defined in mmt_train.py depended on the absolute path of mmt_train.py.

Anyway, it could not be considered as an error as the user can define the data path by setting --data-dir when running.

OK, I know. Thanks for your reply!