Files
insightface/recognition/arcface_paddle/shell/infer.sh
littletomatodonkey e3dbe007ee polish paddle-arcface
2021-07-13 07:25:33 +00:00

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 &