mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-12 19:02:34 +00:00
15 lines
362 B
Bash
Executable File
15 lines
362 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# run `python ijb.py --help` for more information
|
|
python -u ijb.py \
|
|
--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 \
|
|
--model-epoch 0 \
|
|
--gpu 0,1,2,3 \
|
|
--target IJBC \
|
|
--job partial_fc \
|
|
--batch-size 256 \
|
|
-es 512
|
|
|