Files
insightface/recognition/partial_fc/mxnet/evaluation/example.sh

15 lines
304 B
Bash
Raw Normal View History

#!/bin/bash
# run `python ijb.py --help` for more information
2020-10-13 13:13:24 +08:00
python -u ijb.py \
--model-prefix ./models/y1-cosface-glink360/model \
--image-path /data/IJB_release/IJBC \
--result-dir ./results/test \
2020-10-13 13:13:24 +08:00
--model-epoch 0 \
--gpu 0,1,2,3,4,5,6,7 \
--target IJBC \
--job cosface \
--batch-size 256 \
-es 128