Files
insightface/recognition/arcface_torch/docs/eval.md

21 lines
441 B
Markdown
Raw Normal View History

2021-03-08 20:46:47 +08:00
## Eval IJBC
```shell
# model-prefix your model path
# image-path your IJBC path
# result-dir your result path
# network your backbone
2021-03-08 20:46:47 +08:00
CUDA_VISIBLE_DEVICES=0,1 python eval_ijbc.py \
--model-prefix ms1mv3_arcface_r50/backbone.pth \
--image-path IJB_release/IJBC \
--result-dir ms1mv3_arcface_r50 \
2021-03-08 20:46:47 +08:00
--batch-size 128 \
--job ms1mv3_arcface_r50 \
2021-03-08 20:46:47 +08:00
--target IJBC \
--network iresnet50
```
## Eval MegaFace
pass
2021-03-08 20:46:47 +08:00