会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sweeeper
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
···
33
下一页
2024年8月15日
yolo数据标注方法
摘要: 用labelImg标注数据集 先下载python安装后,在本地shell中输入(注意pip升级版本) pip install labelImg启动labelImg在终端输入 labelImg如下图: 在pycharm项目中新建两个文件夹,一个叫images,另一个叫labels,然后将所有数据图片复
阅读全文
posted @ 2024-08-15 16:06 sweeeper
阅读(889)
评论(0)
推荐(0)
2024年8月13日
yolo框架源码解读
摘要: 参考链接: https://github.com/HuKai97/yolov5-5.x-annotations https://blog.csdn.net/qq_38253797/article/details/119043919
阅读全文
posted @ 2024-08-13 16:38 sweeeper
阅读(52)
评论(0)
推荐(0)
2024年8月7日
模式识别分类典型的案例
摘要: https://zhuanlan.zhihu.com/p/691457706
阅读全文
posted @ 2024-08-07 17:26 sweeeper
阅读(18)
评论(0)
推荐(0)
2024年7月29日
el-table中使用show-overflow-tooltip,改为多行显示
摘要: <style> ::v-deep.el-tooltip__popper { max-width: 50%; } ::v-deep.el-tooltip__popper, ::v-deep.el-tooltip__popper.is-dark { background: rgb(48, 65, 86)
阅读全文
posted @ 2024-07-29 16:40 sweeeper
阅读(765)
评论(0)
推荐(0)
2024年7月16日
项目策划书案例
摘要: https://blog.csdn.net/IYXUAN/article/details/124816934
阅读全文
posted @ 2024-07-16 09:32 sweeeper
阅读(9)
评论(0)
推荐(0)
2024年6月27日
浏览器播放电脑摄像头且截图例子
摘要: <template> <div class="camera_outer"> <div class="video-content"> <div>视频区域</div> <video id="videoCamera" :width="videoWidth" :height="videoHeight" au
阅读全文
posted @ 2024-06-27 10:41 sweeeper
阅读(10)
评论(0)
推荐(0)
2024年5月11日
js 遍历数组取出字符串用逗号拼接
摘要: var arr = [{"name":"hhh"},{"name":"dddd"}] //用js function getTextByJs() { var str = ""; for (var i = 0; i < arr.length; i++) { str += arr[i].name+ ","
阅读全文
posted @ 2024-05-11 14:56 sweeeper
阅读(255)
评论(0)
推荐(0)
2024年5月7日
el-upload以及blob自动根据列表名称匹配下载
摘要: dom文档 <el-row :gutter="20"> <el-col :span="16" :offset="0"> <el-form-item label-width="120px" label="文件上传"> <el-upload ref="upload" class="upload-file
阅读全文
posted @ 2024-05-07 14:24 sweeeper
阅读(114)
评论(0)
推荐(0)
2023年5月16日
jointjs 入门
摘要: 链接http://www.bjhee.com/jointjs.html 用JointJS做一个简单的功能控制图 2019年1月30日 | 前端 文章目录 继上一篇介绍了GoJS之后,继续研究JS的绘图工具,毕竟GoJS有些小贵。这次选择了JointJS,完全开源,它还有一个商业版本叫Raddit,功
阅读全文
posted @ 2023-05-16 09:59 sweeeper
阅读(461)
评论(0)
推荐(0)
2023年2月13日
虚拟dom面试题
摘要: https://www.bilibili.com/read/cv17537507
阅读全文
posted @ 2023-02-13 10:37 sweeeper
阅读(29)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
33
下一页
公告