We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,翻了一下仓库没看到有对人脸检测模型做量化的
The text was updated successfully, but these errors were encountered:
暂时没有这个计划~ 请问下是有什么场景吗
Sorry, something went wrong.
YOLO这一类目标检测算法用来做人脸检测的话是没有关键点的,而类似SCRFD这一类的模型可以得到具体的坐标和人脸关键点信息,可以在人脸识别前做一些人脸对齐的操作。类似SCRFD这种在InsightFace仓库中的模型在人脸识别领域是非常热门的,而且很适合用来做量化。
抱歉,PaddleSlim 没有直接提供 SCRFD 相关示例。 在 PaddleDetection 中集成了 PaddleSlim 压缩功能,理论上 PaddleDetection 支持的模型均可进行模型压缩。可以关注下 PaddleDetection 是否支持或是否计划支持 SCRFD。 感谢您的关注。
RachelXu7
No branches or pull requests
如题,翻了一下仓库没看到有对人脸检测模型做量化的
The text was updated successfully, but these errors were encountered: