摘要: 效果 测试图片来自网络,如有侵权,联系删除。 项目 关注微信公众号,回复关键字:“一秒变身艺术家”,获取程序! 模型信息 Inputs name:input_image tensor:Float[1, 3, 512, 512] Outputs name:output_image tensor:Flo 阅读全文
posted @ 2024-03-27 11:35 天天代码码天天 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1、OCR 相关OCRService Onnx版 https://lw112190.blog.csdn.net/article/details/132082357 OCRService Sdcb.PaddleInference版 https://lw112190.blog.csdn.net/arti 阅读全文
posted @ 2023-10-11 17:02 天天代码码天天 阅读(195) 评论(0) 推荐(0) 编辑
摘要: application.properties中配置 mybatis.configuration.variables.k1='v1' mybatis.configuration.variables.k2='v2' XXXMapper.xml中使用 <select id="test1" resultMa 阅读全文
posted @ 2023-06-08 09:57 天天代码码天天 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 效果 车牌识别测试地址 http://47.108.88.211/manual/VehPlateTest.html 通用OCR识别测试地址 http://47.108.88.211/manual/OCRTest.html 阅读全文
posted @ 2023-06-02 17:13 天天代码码天天 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 微信开源了其二维码的解码功能,并贡献给 OpenCV 社区。其开源的 wechat_qrcode 项目被收录到 OpenCV contrib 项目中。从 OpenCV 4.5.2 版本开始,就可以直接使用。 该项目 github 地址: https://github.com/opencv/openc 阅读全文
posted @ 2023-05-31 10:53 天天代码码天天 阅读(462) 评论(0) 推荐(1) 编辑
摘要: 表结构如图 代码 @Autowired JdbcTemplate jdbcTemplate; @Test public void getColumnNames() throws Exception { String sql = "select * from tb_test where 1=2 "; 阅读全文
posted @ 2023-05-26 10:07 天天代码码天天 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 第一步:关闭服务 net stop mysql 这个需要在管理员权限才行 ,具体怎么用管理员打开cmd略过 第二步:进入到安装的bin目录 执行 :mysqld --console --skip-grant-tables --shared-memory 这一步这些输出需要时这些,如果这一步有错误,需 阅读全文
posted @ 2023-05-18 21:09 天天代码码天天 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 效果 项目 代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; usin 阅读全文
posted @ 2023-05-12 12:37 天天代码码天天 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 效果 项目 代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; usin 阅读全文
posted @ 2023-05-12 11:13 天天代码码天天 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 效果 项目 代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; usin 阅读全文
posted @ 2023-05-12 09:30 天天代码码天天 阅读(104) 评论(0) 推荐(0) 编辑