- 博客(6)
- 收藏
- 关注
原创 关于MacOs 通过ssh连接云服务器时私匙权限过高的解决办法
Permissions 0644 for '/Users/apple/123.pem' are too open.It is required that your private key files are NOT accessible by others.This private key will be ignored.Load key "/Users/apple/123.pem": bad permissions
2024-12-16 13:37:11
257
原创 tensorflow安装教程
今天打算要安装tensorflow,结果就遇到事情了。。。。pip安装tensorflowpip install tensorflow结果翻车了ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
2022-05-04 20:48:01
2383
原创 vs2022重新编译opencv-python cuda加速时报错
今天重新编译了一下Windows的opencv-python的cuda加速在生成INSTALL的时候报错严重性 代码 说明 项目 文件 行 禁止显示状态错误 C2059 语法错误:“)” opencv_test_objdetect D:\opencv\opencv\source\opencv-4.x\modules\objdetect\test\test_qrcode_encode.cpp 324 警告 C4819 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unico
2022-03-12 20:26:40
8821
16
原创 从零开始用树莓派做一个社交距离检测仪(树莓派4B+摄像头推流教程)持续更新
从零开始用树莓派做一个社交距离检测仪(第一篇:树莓派4B+摄像头推流教程)
2022-03-04 14:55:29
1610
5
原创 ln = net.getLayerNames()ln = [ln[i[0] - 1] for i in net.getUnconnectedOutLayers()]报错
今天在翻几年前的一些YOLO Object Detection with OpenCV的模型,发现很多模型都用到了这两句# 获取输出层的名称: ['yolo_82', 'yolo_94', 'yolo_106']ln = net.getLayerNames()ln = [ln[i[0] - 1] for i in net.getUnconnectedOutLayers()]上面这两句的目的是为了获取输出层的名字什么意思呢?先来看net.getLayerNames()与net.getU
2022-02-25 21:46:24
5071
11
原创 解决vscode编译器报错g++.exe: error: unrecognized command line option ‘--interpreter=mi‘
今天为vscode搭建C++环境时最后报错Starting: "C:\MinGW\bin\g++.exe" --interpreter=mig++.exe: error: unrecognized command line option '--interpreter=mi'g++.exe: fatal error: no input filescompilation terminated."C:\MinGW\bin\g++.exe" exited with code 1 (0x1).看一
2022-02-07 20:50:17
9888
4
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人