Files
insightface/recognition/_evaluation_/ijb/example.sh

7 lines
317 B
Bash
Raw Normal View History

2020-04-04 13:04:59 +08:00
#!/usr/bin/env bash
2021-06-19 23:37:10 +08:00
python -u ijb_11.py --model-prefix ./pretrained_models/r100-arcface/model --model-epoch 1 --gpu 0 --target IJBC --job arcface > ijbc_11.log 2>&1 &
2020-04-04 13:04:59 +08:00
2021-06-19 23:37:10 +08:00
python -u ijb_1n.py --model-prefix ./pretrained_models/r100-arcface/model --model-epoch 1 --gpu 0 --target IJBB --job arcface > ijbb_1n.log 2>&1 &
2020-04-04 13:04:59 +08:00