mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-12 02:32:41 +00:00
7 lines
317 B
Bash
Executable File
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 &
|
|
|