为什么在PaddleX的文档中,人脸检测模块模型的AP值差异很大(main和具体的版本) #5189
itsgoodtobebad
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
在main文档中:
https://paddlepaddle.github.io/PaddleX/main/module_usage/tutorials/cv_modules/face_detection.html#_2
显示的AP值是:
BlazeFace 推理模型/训练模型 77.7/73.4/49.5
但是在具体的某个版本的文档中(比如3.7):https://paddlepaddle.github.io/PaddleX/3.7/pipeline_usage/tutorials/cv_pipelines/face_recognition.html#1
显示的AP值是:
BlazeFace 推理模型/训练模型 15.4
这个数据差异太大了,是什么原因呢?谢谢
All reactions