上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: # 引用模块 import tkinter as tk from tkinter import ttk #引用文件 import log import animation_page as act_plot # 应用主窗口类 class MainWindow(tk.Tk): def __init__( 阅读全文
posted @ 2025-01-30 11:17 辛河 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 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 辛河 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 0、使用国内镜像安装OpenCV 打开PyCharm的Terminal: 在PyCharm中,找到并点击底部的“Terminal”标签页,打开命令行终端。 使用pip命令安装OpenCV: 在Terminal中,输入以下pip命令来安装OpenCV 4.5.1或更高版本,并使用国内镜像源加速下载: 阅读全文
posted @ 2025-01-11 16:44 辛河 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 卸载已安装的软件包 打开Anaconda Prompt,并输入以下命令: (PyTorch2) C:\Users\ADMIN>pip uninstall opencv-contrib-pythonFound existing installation: opencv-contrib-python 4 阅读全文
posted @ 2025-01-04 22:06 辛河 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 参照合集 “ESP32+micro python+编程” 内容。继续增加功能 思路: PC机(上位机)的网络调试助手(Net Assist)发送指令,ESP接收指令,控制步进电机 将 ESP32+micropython+TB6600控制器+42步进电机 和 eps32+micro python+ w 阅读全文
posted @ 2024-12-31 08:38 辛河 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 参考王铭东 老师的教程 https://www.itprojects.cn/coursecenter-hardware.html 软件+硬件 @ MicroPython+ESP32相关@课件@五、PC远程控制ESP32 LED灯 增加功能: 接收到无效指令,返回提示信息 # 整体流程 # 1. 链接 阅读全文
posted @ 2024-12-31 08:20 辛河 阅读(93) 评论(0) 推荐(0) 编辑
摘要: TB6600控制器的拨码开关设置 SW1- OFF SW2-ON SW3-OFF SW4-ON SW5-ON SW6-OFF 步进电机需要考虑带负载加速过程。以下程序是空载时正常运行的代码,反复调整 脉冲宽度。继续探索,仅供参考,非专业 import machine import time # TB 阅读全文
posted @ 2024-12-31 06:44 辛河 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 代码: # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch 阅读全文
posted @ 2024-12-16 20:52 辛河 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 比较有0、1、2隐含层的神经网络,发现层多时,过拟合 # https://github.com/PacktPublishing/Modern-Computer-Vision-with-PyTorch # https://github.com/PacktPublishing/Modern-Comput 阅读全文
posted @ 2024-12-16 16:38 辛河 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 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 辛河 阅读(22) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页
点击右上角即可分享
微信分享提示