会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
excellentHellen
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
12
下一页
2025年1月13日
学习记录 -官网文档学习-相机标定和三维重建
摘要: 1、 相机标定 https://docs.opencv.org/3.0-beta/doc/py_tutorials/py_calib3d/py_calibration/py_calibration.html#calibration 图片:https://files.cnblogs.com/files
阅读全文
posted @ 2025-01-13 10:46 辛河
阅读(57)
评论(0)
推荐(0)
2025年1月11日
代码记录 -学习标定双目相机
摘要: 0、使用国内镜像安装OpenCV 打开PyCharm的Terminal: 在PyCharm中,找到并点击底部的“Terminal”标签页,打开命令行终端。 使用pip命令安装OpenCV: 在Terminal中,输入以下pip命令来安装OpenCV 4.5.1或更高版本,并使用国内镜像源加速下载:
阅读全文
posted @ 2025-01-11 16:44 辛河
阅读(121)
评论(0)
推荐(0)
2025年1月4日
Anaconda安装指定版本的opencv 记录
摘要: 卸载已安装的软件包 打开Anaconda Prompt,并输入以下命令: (PyTorch2) C:\Users\ADMIN>pip uninstall opencv-contrib-pythonFound existing installation: opencv-contrib-python 4
阅读全文
posted @ 2025-01-04 22:06 辛河
阅读(210)
评论(0)
推荐(0)
2024年12月31日
ESP32+micropython+TB6600控制器+42步进电机【续】 wifi +udp遥控
摘要: 参照合集 “ESP32+micro python+编程” 内容。继续增加功能 思路: PC机(上位机)的网络调试助手(Net Assist)发送指令,ESP接收指令,控制步进电机 将 ESP32+micropython+TB6600控制器+42步进电机 和 eps32+micro python+ w
阅读全文
posted @ 2024-12-31 08:38 辛河
阅读(493)
评论(0)
推荐(0)
eps32+micro python+ wifi UDP方式接收和发送数据
摘要: 参考王铭东 老师的教程 https://www.itprojects.cn/coursecenter-hardware.html 软件+硬件 @ MicroPython+ESP32相关@课件@五、PC远程控制ESP32 LED灯 增加功能: 接收到无效指令,返回提示信息 # 整体流程 # 1. 链接
阅读全文
posted @ 2024-12-31 08:20 辛河
阅读(437)
评论(0)
推荐(0)
ESP32+micropython+TB6600控制器+42步进电机
摘要: TB6600控制器的拨码开关设置 SW1- OFF SW2-ON SW3-OFF SW4-ON SW5-ON SW6-OFF 步进电机需要考虑带负载加速过程。以下程序是空载时正常运行的代码,反复调整 脉冲宽度。继续探索,仅供参考,非专业 import machine import time # TB
阅读全文
posted @ 2024-12-31 06:44 辛河
阅读(483)
评论(0)
推荐(0)
2024年12月16日
第三章 3.12 dropout 和 正则化 克服过拟合
摘要: 代码: # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch
阅读全文
posted @ 2024-12-16 20:52 辛河
阅读(46)
评论(0)
推荐(0)
第三章 3.10 构建更深的神经网络 比较有0、1、2隐含层的神经网络
摘要: 比较有0、1、2隐含层的神经网络,发现层多时,过拟合 # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Comput
阅读全文
posted @ 2024-12-16 16:38 辛河
阅读(26)
评论(0)
推荐(0)
第三章 3.9 在训练过程中修改学习率
摘要: Learning_rate_annealing.ipynb # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Com
阅读全文
posted @ 2024-12-16 13:58 辛河
阅读(37)
评论(0)
推荐(0)
第三章:3.8.1 绘制各层参数分布图 hist
摘要: Chapter03/Varying_learning_rate_on_scaled_data.ipynb 绘制 各层参数分布图 # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://git
阅读全文
posted @ 2024-12-16 12:47 辛河
阅读(34)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
12
下一页
公告