OpenBR

How can we analyse the match score of openBR

若如初见. 提交于 2019-12-12 14:42:33
问题 How to analyse the score in csv file such as 23.9256 br -algorithm FaceRecognition -compare set.gal img.jpg score.csv 回答1: A match score of 0 corresponds to the average impostor match score, and a match score of 1 corresponds to the average genuine match score (where the averages were computed from the training set). Thus a match score of 23.9268 is "very high". Reference 来源: https://stackoverflow.com/questions/34630421/how-can-we-analyse-the-match-score-of-openbr

OpenBr快速入门

心已入冬 提交于 2019-12-01 20:55:46
转载请注明出处: Gaussic 官方翻译加实践,基于Windows版本。 官网地址: 这是链接 。 这篇教程旨在使用一些有趣的例子让你熟悉OpenBR背后的思想、对象以及动机。注意需要摄像头的支持。 OpenBR是一个基于QT、OpenCV和Eigen而构建的C++库。它既可以在命令行使用 br 命令来使用,还可以通过C++或C的API接口来使用。使用 br 命令是最简单也是最快地起步方法,这篇教程中的所有例子都是基于 br 命令的。 首先,确认OpenBR正确地安装。 Windows版本的安装教程: 这是Windows版教程 。 如果是其他版本,请参照官网: 官网 。 官方文档存在一定错误,Windows版本可参照上面的链接。 在终端或命令行输入: $ br -gui -algorithm "Show(false)" -enroll 0.webcam 如果每一步都按照上面进行操作,你的摄像头应该打开了并且开始捕捉视频了。恭喜你,你正在使用OpenBR。注:如果是Windows用户请切换到 openbr\build-msvc2013\install\bin 目录下,也可以把这个目录加到环境变量里面。 现在我们来聊聊上面的命令到底发生了什么。 -gui , -algorithm 和 enroll 是OpenBR的一些flag,它们被用来指定 br 应用的指令操作