mirror of
https://github.com/deepinsight/insightface.git
synced 2025-12-30 08:02:27 +00:00
9 lines
348 B
Bash
Executable File
9 lines
348 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
GPU=1
|
|
GROUP=scrfd
|
|
TASK=scrfd_2.5g_bnkps
|
|
|
|
#CUDA_VISIBLE_DEVICES="$GPU" python -u tools/benchmark_vga.py ./configs/"$GROUP"/"$TASK".py ./work_dirs/"$TASK"/latest.pth #--cpu
|
|
CUDA_VISIBLE_DEVICES="$GPU" python -u tools/test_widerface.py ./configs/"$GROUP"/"$TASK".py ./work_dirs/"$TASK"/model.pth --mode 0 --out wouts --save-preds
|