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
小白疑问1:模型保存后,即权重参数的维度已确定,为什么class DBFace(nn.Module) 可以接受不同尺寸的图片,那对于不同尺寸的输入,权重的维度是怎么匹配的? 小白疑问2:即对图片的输入大小没有resize成固定的大小,那么模型检测的最大人脸是多大?亲测:一张图片大小为(3, 6528, 3040)的高清人脸确检测不到? 小白疑问2:将图片缩放后在还原,检测结果略有误差。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
小白疑问1:模型保存后,即权重参数的维度已确定,为什么class DBFace(nn.Module) 可以接受不同尺寸的图片,那对于不同尺寸的输入,权重的维度是怎么匹配的?
小白疑问2:即对图片的输入大小没有resize成固定的大小,那么模型检测的最大人脸是多大?亲测:一张图片大小为(3, 6528, 3040)的高清人脸确检测不到?
小白疑问2:将图片缩放后在还原,检测结果略有误差。
The text was updated successfully, but these errors were encountered: