update readme
parent
01721c09b9
commit
7f470d0cc3
|
@ -55,7 +55,7 @@ cuhk03/
|
|||
cuhk03_new_protocol_config_labeled.mat
|
||||
...
|
||||
```
|
||||
4. Use `-d cuhk03` when running the training code. In default mode, we use new split. If you wanna use the original splits created by [13], specify `--cuhk03-classic-split`. As [13] computes CMC differently from Market1501, you might need to specify `--use-metric-cuhk03` for fair comparison with their method. In addition, we support both `labeled` and `detected` modes. The default mode loads `detected` images. Specify `--cuhk03-labeled` if you wanna train and test on `labeled` images.
|
||||
4. Use `-d cuhk03` when running the training code. In default mode, we use new split (767/700). If you wanna use the original splits (1367/100) created by [13], specify `--cuhk03-classic-split`. As [13] computes CMC differently from Market1501, you might need to specify `--use-metric-cuhk03` for fair comparison with their method. In addition, we support both `labeled` and `detected` modes. The default mode loads `detected` images. Specify `--cuhk03-labeled` if you wanna train and test on `labeled` images.
|
||||
|
||||
**MARS** [8]:
|
||||
1. Create a directory named `mars/` under `data/`.
|
||||
|
|
Loading…
Reference in New Issue