上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 97 下一页
摘要: pycharm配置conda pytorch使用opencv方法 选择Conda环境 选择pytorch的python.exe 代码测试 pytorch环境调用opencv打开图像并显示 翻译 搜索 复制 阅读全文
posted @ 2024-02-04 10:00 txwtech 阅读(11) 评论(0) 推荐(0) 编辑
摘要: c#传递两种类型的参数 private void test222(string a, int b) { } c#接收方法的两种类型的值, private (string, int) GetValue() { return ("aa",1); } private void Form1_Load(obj 阅读全文
posted @ 2024-01-31 17:05 txwtech 阅读(40) 评论(0) 推荐(0) 编辑
摘要: PS D:\deep_learning\yolov5-master> D:\anaconda3\envs\pytorch\python.exe train.py --cfg qiqiu.yaml --epoch 10 --batch-size 2 --device cputrain: weights 阅读全文
posted @ 2024-01-29 15:58 txwtech 阅读(139) 评论(1) 推荐(0) 编辑
摘要: 里面的文件含义如下: best.pt: 该文件是训练过程中最佳的模型权重参数文件,即validation loss最小的模型。在测试或者推理时,我们可以直接加载该文件来获取最优模型的参数。在weight文件夹中。 hyp.yaml: 该文件包含了模型的超参数,如学习率、权重衰减、数据增强等。我们可以 阅读全文
posted @ 2024-01-29 15:55 txwtech 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 鸿蒙系统应用开发app_java(ScrollView)滚动组件 <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:ohos="http://schemas.huawei.com/res/ohos" ohos:height ="matc 阅读全文
posted @ 2024-01-27 21:05 txwtech 阅读(30) 评论(0) 推荐(0) 编辑
摘要: https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/ 翻译 搜索 复制 阅读全文
posted @ 2024-01-26 09:53 txwtech 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 很多新手在使用yolov5训练模型的时候会出现爆内存和爆显存问题,一般就是由于worker和batch_size参数设置过大有关,参考如下是解决的方法。 一、workers train.py中关于workers设置代码如下: workers是指数据装载时cpu所使用的线程数,默认为8,但是按照默认的 阅读全文
posted @ 2024-01-24 16:15 txwtech 阅读(971) 评论(1) 推荐(0) 编辑
摘要: 翻译 搜索 复制 阅读全文
posted @ 2024-01-24 11:42 txwtech 阅读(21) 评论(1) 推荐(0) 编辑
摘要: Ultralytics requirements ['gitpython>=3.1.30', 'scipy>=1.4.1', 'seaborn>=0.11.0'] not found, attempting AutoUpdate... 等待自动更新,下载完毕,就Ok了 yolov5,pytorch 阅读全文
posted @ 2024-01-23 17:23 txwtech 阅读(335) 评论(0) 推荐(0) 编辑
摘要: (base) C:\Users\Administrator>conda activate pytorch (pytorch) C:\Users\Administrator>conda insatll ultralytics CommandNotFoundError: No command 'cond 阅读全文
posted @ 2024-01-23 17:15 txwtech 阅读(256) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 97 下一页