DefTruth / lite.ai.toolkit

🛠 A lite C++ toolkit of awesome AI models, support ONNXRuntime, MNN, TNN, NCNN and TensorRT.
https://github.com/DefTruth/lite.ai.toolkit
GNU General Public License v3.0
3.6k stars 686 forks source link

mobilefacenet 识别结果问题 #287

Closed ChaoII closed 2 years ago

ChaoII commented 2 years ago

作者你好: 在测试使用mobilefacenet的过程中,通过特征提取器后得到的特征向量,在余弦相似度的结果无法区别不同的人脸。 测试模型:mobilefacenet 测试推理框架:ncnn 文件路径:lite/ncnn/cv/ncnn_mobile_facenet.cpp/h

请问:这些模型是本身就只是一个基线测试模型(低到无法使用),还是说是哪里出了问题,导致完全无法 区分人脸?

ChaoII commented 2 years ago

后处理有问题。。