- 博客(276)
- 资源 (2)
- 收藏
- 关注
原创 树莓派基础实验:通用串口通信实验
对于树莓派 3B+来说,他的UART功能有三种: 1、内部蓝牙使用;2、控制终端使用;3、与其他设备进行串口通信。在树莓派基础实验35:USB TO TTL模块实验中学习了通过串口对树莓派进行控制台控制,让串口作为控制终端调试口即 serial console,但是在项目中常常会使用串口同其他传感器、单片机等设备进行通用串口通信。本实验中设置树莓派的串口为通用串口与PC电脑的串口调试工具进行通信。
2025-12-10 16:52:55
547
原创 yolov5训练报错RuntimeError: result type Float can’t be cast to the desired output type long int
修改utils/loss.py。
2025-12-05 11:57:10
78
原创 Jetson Orin nano 8G部署AI目标监测 jetpack+yolov5+tensort+pycuda+jetson-inference运行环境
基础准备:1、梯子2、ubuntu 20.04LTS系统3、原生的英伟达jetson orin nano套件开发主板。
2025-11-24 17:03:32
1021
原创 安装PyCuda报错“May need to set CUDA_INC_DIR for installation to succeed.”
在~/.bashrc文件中增加:
2025-11-21 10:29:36
115
原创 deepstream-app 执行报错ERROR from primary_gie: Failed to set buffer pool to active^C
别用SSH连接,在GUI桌面下执行。
2025-11-21 08:10:08
182
原创 deepstream-app: error while loading shared libraries: libgstrtspserver-1.0.so.0: cannot open shared
2025-11-20 16:18:55
224
原创 ImportError: libopenblas.so.0: cannot open shared object file: No such file or directory
2025-11-20 15:49:41
276
原创 Jetpack/Jetson-inference/torch/torchvision版本关系
JetpackL4Ttorch7.0.038.2.06.2.136.4.46.2.036.4.36.1.036.4.06.0.036.3.05.1.535.6.1/20.16-0.173.8-3.115.1.435.6.05.1.335.5.05.1.235.4.11.13.00.143.7.2-3.105.1.135.3.11.11.00.123.7-3.10。
2025-11-20 09:17:49
157
原创 Pytorch与torchvision版本关系
参考https://github.com/pytorch/visionolder versions
2025-11-20 09:13:47
305
原创 jetson Orin OSError: libnvToolsExt.so.1: cannot open shared object file: No such file or directory
报错OSError: libnvToolsExt.so.1: cannot open shared object file: No such file or directory。
2025-11-19 13:36:02
124
原创 python调用c++ dll 报错“Procedure called with not enough arguments (8 bytes missing) “
报错CDLL改为。
2025-11-07 15:19:35
121
原创 sdkmanager 安装报错
$ sudo add-apt-repository universe$ sudo add-apt-repository multiverse$ sudo apt update$ sudo apt --fix-broken install$ sudo apt-get install libgconf-2-4 libcanberra-gtk-module$ sudo apt install ./sdkmanager_2.1.0-11600_amd64.deb
2025-10-24 10:58:39
364
原创 NvEGLImageFromFd: No EGLDisplay to create EGLImage
2>vim /etc/profile,添加unset DISPLAY,然后souce /etc/profile生效,然后重启机器reboot。并且eglGetDisplay(EGL_DEFAULT_DISPLAY)返回NULL?1>在ssh终端输入unset DISPLAY,然后再运行程序即可。
2025-10-22 16:51:07
123
原创 fastapi There is no current event loop in thread ‘MainThread‘
注意是版本问题i导致。
2025-10-21 13:41:15
103
原创 c++: fatal error: Killed signal terminated program cc1plus
增加虚拟内存free -h。
2025-10-16 13:20:56
266
原创 远程主机不满足运行 VS Code 服务器的先决条件【最全降版本方案】
重装vscode版本在1.85以下,断网安装,安装完毕后禁止更新!核心问题是因为版本太新导致的。
2025-10-14 10:11:47
235
原创 A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash [duplicate]
【代码】A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash [duplicate]
2025-10-10 11:21:43
136
原创 Ubuntu开启远程桌面VNC连接时候报错“bad rectangle: 5376x0 at 0,5418 exceeds 1920x1080 at 0,0”
VNC远程图像质量改为中等就可以了。
2025-10-10 09:00:33
136
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅