上一页 1 2 3 4 5 6 7 8 ··· 127 下一页
摘要: char* str_to_char_array(const std::string& str) { std::unique_ptr<char> _char_array(new char[str.length() + 1]); char* char_array = _char_array.releas 阅读全文
posted @ 2025-11-18 14:52 txwtech 阅读(27) 评论(0) 推荐(0)
摘要: 点击设置 创建目录: C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 把离线包packages 所有拷贝此目录C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\ 修改路径 点击确定 展开包 阅读全文
posted @ 2025-11-14 17:34 txwtech 阅读(42) 评论(3) 推荐(0)
摘要: double[] means = [0.485, 0.456, 0.406]; vs2022的项目,net8.0框架 proj1.csproj用记事本打开,修改框架 vs2022 installer里面 netframework_dotnet-runtime-xxx-win-x64.exe 阅读全文
posted @ 2025-11-14 17:11 txwtech 阅读(5) 评论(0) 推荐(0)
摘要: PS D:\deep_learning\yolov5-master> D:\anaconda3\envs\pytorch\python.exe D:/deep_learning/yolov5-master/detect.py --weights side_defect.onnx --source D 阅读全文
posted @ 2025-11-11 09:23 txwtech 阅读(21) 评论(8) 推荐(0)
摘要: conda python如何查看onnx版本 (base) C:\Users\zzy>activate pytorch (pytorch) C:\Users\zzy>conda list onnx # packages in environment at D:\anaconda_install\en 阅读全文
posted @ 2025-11-10 10:25 txwtech 阅读(63) 评论(0) 推荐(0)
摘要: yolov5训练与验证的指令 确认使用anaconda\envs下面的python.exe运行脚本 D:\anaconda_install\envs\pytorch\python.exe D:\zzy\yolov5-master\train.py --weights yolov5s1.pt --da 阅读全文
posted @ 2025-11-07 14:21 txwtech 阅读(13) 评论(0) 推荐(0)
摘要: yolov5训练效果好,在识别时识别率低不好是什么原因? 确认使用了正确的,最新训练完成的best.pt文件 放在yolov5-master目录目录下,与train.py和detect.py是相同目录 阅读全文
posted @ 2025-11-07 14:16 txwtech 阅读(15) 评论(0) 推荐(0)
摘要: 窗口-》打开输出控制台 阅读全文
posted @ 2025-11-07 08:23 txwtech 阅读(9) 评论(0) 推荐(0)
摘要: c# webapi已拒绝为此请求授权 屏蔽Auth 阅读全文
posted @ 2025-10-31 08:12 txwtech 阅读(12) 评论(1) 推荐(0)
摘要: Out1:设置触发条件,比如真空值达到-50,输出信号,执行相应动作,启动电机 Out2:设置触发条件,比如真空值达到-60,输出信号,执行另外的动作,打开阀门 真空压力开关的OUT1和OUT2是指两个独立的输出通道,每个输出都可以独立设置压力阈值、输出模式(常开/常闭)以及迟滞或窗口比较模式。它们 阅读全文
posted @ 2025-10-29 09:20 txwtech 阅读(111) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 127 下一页