
OCR
文章平均质量分 61
哈宝可爱
这个作者很懒,什么都没留下…
展开
-
MobileNetV3代码和网络
MobileNetV3实现参考博客:https://zhuanlan.zhihu.com/p/323346888https://blog.youkuaiyun.com/qq_43739296/article/details/122338041来自paddelocr中的MobileNetV3,实现网络的类如下。ConvBNLayerConvBNLayer类实际上就是实现了一个卷积层+bn层,如名所示。当我们写其他模块需要用到各种卷积层如1x1卷积和depth-wise卷积时,就可以通过传入各种相关参数给它实原创 2022-01-06 14:59:07 · 1988 阅读 · 0 评论 -
paddle ocr报错 ImportError: cannot import name ‘get_installed_distributions‘ from ‘pip._internal.utils
paddle ocr报错 ImportError: cannot import name ‘get_installed_distributions’ from 'pip._internal.utils报错在使用paddleocr时报错如下:paddle ocr报错 ImportError: cannot import name 'get_installed_distributions' from 'pip._internal.utils解决方法paddlepaddle,paddlehub的安装版本原创 2021-12-08 15:28:36 · 7084 阅读 · 5 评论