上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 79 下一页
摘要: Fontawesome提供了一些免费的图标素材,可以使用Solid样式的,比Regular样式全。 图标查找 Find Icons with the Perfect Look & Feel | Font Awesome 点击图标后(如主页图标),上方就可以看到Unicode码(16进制,以0x+Un 阅读全文
posted @ 2023-04-12 15:57 夕西行 阅读(382) 评论(0) 推荐(0)
摘要: 控件缩写规范: QLabel lbl QPushButton btn QToolButton tbn QRadioButton rbn QGroupBox gb QToolBox tb QWidget wd QDialog dlg QScrollBar scb QLayout ly QListVie 阅读全文
posted @ 2023-04-04 15:14 夕西行 阅读(1002) 评论(0) 推荐(0)
摘要: 1、编译Tesseract5.0 1.1 下载源码 Releases · tesseract-ocr/tesseract (github.com) 1.2 下载cmake最新版,安装过程记得勾选添加到环境变量。 Download | CMake 1.3 下载sw SoftwareNetwork/bi 阅读全文
posted @ 2023-04-04 15:08 夕西行 阅读(984) 评论(0) 推荐(0)
摘要: 只需要安装VS Code即可,其他都不需要安装(如Git等)。 1、下载远程Git项目到本地目录 2、增删改,之后评论、提交 可以切换分支 add 到暂存区 git merge master 将远程仓库的最新代码同步到自己的分支 阅读全文
posted @ 2023-04-04 14:10 夕西行 阅读(137) 评论(0) 推荐(0)
摘要: 其他模型转paddle,PaddlePaddle/X2Paddle: Deep learning model converter for PaddlePaddle. (『飞桨』深度学习模型转换工具) (github.com) 方式一,api转换,X2Paddle/x2paddle_api.md at 阅读全文
posted @ 2023-03-30 14:50 夕西行 阅读(897) 评论(0) 推荐(0)
摘要: 由于官方已经编译好的opencv版本较旧,所以本地编译。 除了指定opencv路径以外(不指定会自动下载,版本较旧),其他所有按官方步骤进行 FastDeploy/build_on_win_with_gui.md at release/1.0.5 · PaddlePaddle/FastDeploy 阅读全文
posted @ 2023-03-28 23:01 夕西行 阅读(1482) 评论(0) 推荐(0)
摘要: 版本: TensorRT-8.5.3.1.Windows10.x86_64.cuda-11.8.cudnn8.6 cuda_11.8.0_522.06_windows cudnn-windows-x86_64-8.6.0.163_cuda11-archive Zlib OpenCV 4.7.0 安装 阅读全文
posted @ 2023-03-22 22:13 夕西行 阅读(118) 评论(0) 推荐(0)
摘要: 本文是按照 tensorrtx/yolo11 at master · wang-xinyu/tensorrtx (github.com) 要求的版本进行下载安装,跨大版本不推荐,到处是坑、坑、坑~ 默认已经安装了VS2022、英伟达显卡的最新版本驱动。 1、cuda 11.8 下载地址:CUDA T 阅读全文
posted @ 2023-03-22 17:36 夕西行 阅读(2671) 评论(0) 推荐(0)
摘要: 1、windows缺少dirent.h(遍历文件和目录的API,通常unix系统会提供),先下载dirent.h放到 C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\inc 阅读全文
posted @ 2023-03-21 16:35 夕西行 阅读(217) 评论(0) 推荐(0)
摘要: 之前计划抽取官网PaddleOCR的C++源码(C:\Paddle\PaddleOCR-dygraph\deploy\cpp_infer),整成落地的demo。 后来看到百度已经有了FastDeploy,这个方便落地部署。所以就不再扒拉源码了,下面为大家写了两篇博客,方便使用FastDeploy。 阅读全文
posted @ 2023-03-15 15:30 夕西行 阅读(1818) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 79 下一页