mirror of
https://github.com/deepinsight/insightface.git
synced 2025-12-31 08:42:27 +00:00
15 lines
304 B
Bash
Executable File
15 lines
304 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# run `python ijb.py --help` for more information
|
|
python -u ijb.py \
|
|
--model-prefix ./models/y1-cosface-glink360/model \
|
|
--image-path /data/IJB_release/IJBC \
|
|
--result-dir ./results/test \
|
|
--model-epoch 0 \
|
|
--gpu 0,1,2,3,4,5,6,7 \
|
|
--target IJBC \
|
|
--job cosface \
|
|
--batch-size 256 \
|
|
-es 128
|
|
|