hpc203 / scrfd-opencv

使用OpenCV部署SCRFD人脸检测,包含C++和Python两种版本的程序实现,本套程序只依赖opencv库就可以运行, 从而彻底摆脱对任何深度学习框架的依赖。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

difference in C++ and Python implementation

fisakhan opened this issue · comments

For the same input image, thresholds and setting, the generated confidence scores for all the detected faces are different in precision. How can we fix that?