Files
insightface/evaluation/IJB/example.sh
2020-11-06 13:59:21 +08:00

7 lines
317 B
Bash
Executable File

#!/usr/bin/env bash
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 &
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 &