Torchreid v1.0.0
Major updates:
- Significant changes to "scripts/main.py", where most arguments in
argparse
are replaced with config. - Add config files which contain predefined training params to
configs/
. - In data manager and engine,
use_cpu
is changed touse_gpu
. - In data manager,
batch_size
is changed tobatch_size_train
andbatch_size_test
. - Tensorboard is available.