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

15 lines
362 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 \
2020-12-26 00:36:54 -08:00
--model-prefix /home/face/insightface/recognition/partial_fc/mxnet/evaluation/glint360k_r100FC_0.1/model \
--image-path /data/anxiang/IJB_release/IJBC \
--result-dir ./results/test \
2020-10-13 13:13:24 +08:00
--model-epoch 0 \
2020-12-26 00:36:54 -08:00
--gpu 0,1,2,3 \
2020-10-13 13:13:24 +08:00
--target IJBC \
2020-12-26 00:36:54 -08:00
--job partial_fc \
--batch-size 256 \
2020-12-26 00:36:54 -08:00
-es 512