fast-reid/scripts/test_model.sh

10 lines
310 B
Bash
Raw Normal View History

2019-08-26 23:10:08 +08:00
#!/usr/bin/env bash
2019-08-07 16:54:50 +08:00
gpu=0
CUDA_VISIBLE_DEVICES=$gpu python tools/test.py -cfg='configs/softmax_triplet.yml' \
2019-08-13 13:52:25 +08:00
MODEL.BACKBONE 'resnet50' \
2019-08-20 09:36:47 +08:00
MODEL.IBN 'True' \
MODEL.PRETRAIN 'False' \
DATASETS.TEST_NAMES 'duke' \
OUTPUT_DIR 'logs/test' \
2019-08-20 09:36:47 +08:00
TEST.WEIGHT 'logs/2019.8.16/market/resnet50_ibn_1_1/models/model_149.pth'