insightface
insightface copied to clipboard
insight-face-paddle针对不在索引库中的人没有识别出人脸
执行以下命令 python tools/test_recognition.py --det --rec --index=index.bin --input=tmp.png --output="./output"
我想达到效果:没有在索引库中的人被识别出人脸并锚框并提示未知,在索引库中的人被识别出人脸并锚框并提示人名,请问这个能做到吗,如何做呢
索引库中的 index.bin是咋生成的,兄台知道不,可否指点一下