2020-12-08 19:09:36 +08:00
|
|
|
#!/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 \
|
2020-12-08 19:09:36 +08:00
|
|
|
--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 \
|
2020-12-08 19:09:36 +08:00
|
|
|
--batch-size 256 \
|
2020-12-26 00:36:54 -08:00
|
|
|
-es 512
|
2020-12-08 19:09:36 +08:00
|
|
|
|