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
最近也在研究一些opencv4 dnn模块的工作,发现虽然用yolov3-tiny速度很快,但是明显效果跟在darknet上测试的差很多,是否是因为opencv在解析相关模型时做了一定的处理?
The text was updated successfully, but these errors were encountered:
你好,是的,OpenCV DNN在执行的时候会合并一些层,降低精度!
Sorry, something went wrong.
但是应该不会差很多,如果是差很多你应该找找原因!
No branches or pull requests
最近也在研究一些opencv4 dnn模块的工作,发现虽然用yolov3-tiny速度很快,但是明显效果跟在darknet上测试的差很多,是否是因为opencv在解析相关模型时做了一定的处理?
The text was updated successfully, but these errors were encountered: