mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-19 07:27:52 +00:00
6 lines
178 B
Bash
6 lines
178 B
Bash
export CUDA_VISIBLE_DEVICES=1
|
|
|
|
nohup python3.7 infer.py \
|
|
--network 'MobileFaceNet_128' \
|
|
--img='00000000.jpg' \
|
|
--checkpoint 'emore_arcface' > "infer_log.log" 2>&1 & |