mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
6 lines
230 B
Bash
6 lines
230 B
Bash
|
gpu=3
|
||
|
|
||
|
CUDA_VISIBLE_DEVICES=$gpu python tools/test.py -cfg='configs/softmax_triplet.yml' \
|
||
|
DATASETS.NAMES '("market1501","duke","beijing")' \
|
||
|
OUTPUT_DIR 'logs/test' \
|
||
|
TEST.WEIGHT 'logs/beijing/market+duke+bj/models/model_149.pth'
|