上一页 1 2 3 4 5 6 7 ··· 33 下一页
摘要: 用labelImg标注数据集 先下载python安装后,在本地shell中输入(注意pip升级版本) pip install labelImg启动labelImg在终端输入 labelImg如下图: 在pycharm项目中新建两个文件夹,一个叫images,另一个叫labels,然后将所有数据图片复 阅读全文
posted @ 2024-08-15 16:06 sweeeper 阅读(889) 评论(0) 推荐(0)
摘要: 参考链接: 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)
摘要: https://zhuanlan.zhihu.com/p/691457706 阅读全文
posted @ 2024-08-07 17:26 sweeeper 阅读(18) 评论(0) 推荐(0)
摘要: <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)
摘要: https://blog.csdn.net/IYXUAN/article/details/124816934 阅读全文
posted @ 2024-07-16 09:32 sweeeper 阅读(9) 评论(0) 推荐(0)
摘要: <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)
摘要: 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)
摘要: 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)
摘要: 链接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)
摘要: https://www.bilibili.com/read/cv17537507 阅读全文
posted @ 2023-02-13 10:37 sweeeper 阅读(29) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 33 下一页