update readme: add comment to train vidreid

pull/119/head
KaiyangZhou 2018-12-11 18:01:21 +00:00
parent bcd23aa3c8
commit ca90485df6
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ In addition, there is an argument called `--always-fixbase`. Once activated, the
`htri` requires adding `--train-sampler RandomIdentitySampler`.
#### Training video-reid models
For video reid, `test-batch-size` refers to the number of tracklets, so the real image batch size is `--test-batch-size * --seq-len`.
For video reid, `test-batch-size` refers to the number of tracklets, so the real image batch size is `--test-batch-size * --seq-len`. As the training follows the image-based paradigm, the semantic meaning of `train-batch-size` does not change.
### Test