错误
Good@dz
烟火向星辰,所愿皆成真
展开
-
对‘float16_t’的引用有歧义
如果加了using namespace cv;后,OpenCV库中也有一个名为float16_t的类型定义,与最初的float16_t存在冲突,导致编译失败。1、不使用using namespace cv;而是在每个需要使用opencv的地方手动指定命名空间,如cv::Mat、cv::imread等。3、如果可能,也可以考虑使用其他没有命名冲突的浮点类型,如float, 或者double等。float16_t 是一个半精度浮点数类型,通常在一些需要高性能和低精度的场合被使用。原创 2024-01-04 15:33:10 · 900 阅读 · 0 评论 -
ECDSA host key for 10.10.35.174 has changed and you have requested strict checking. Host key verific
known_hosts文件:你每连接一个新的服务器时,第一次连接的时候都会提示你说这是一台新的主机,询问你是否要连接,之后则会将这台主机的一些信息添加进这个文件,之后如果这个主机的信息没有改变,则不会再次询问你,否则会再次询问你是否连接。这个错误消息表明远程服务器在你上次连接时的主机密钥(host key)发生了变化。主机密钥是SSH中用于确保你连接到正确服务器而不是一个恶意冒充者的安全特性。连接远程服务器的时候,如果会出现以下问题;原创 2023-12-18 11:30:24 · 596 阅读 · 0 评论 -
rknn_server启动方法
rknn_server: 是一个运行在板子上的后台代理服务,用于接收PC通过USB传输过来的协议,然后执行板端runtime对应的接口,并返回结果给PC。原创 2023-09-06 19:58:59 · 2800 阅读 · 3 评论 -
cv::imshow在多线程中的可视化错误
我也尝试在waitKey()之间移动,因为据说OpenCV只允许在主线程中使用waitKey()。由于项目中对该子线程的可视化没有要求,所以直接删掉去掉可视化代码。但是,如果不去掉可视化代码,应该如何修改,希望有大佬能解答.—(或者将需要可视化的结果传到新的线程来可视化。问题:如果我删除cv2.imshow()代码中的所有行都按预期运行,两个线程都能正常运行。在多线程中,子线程里面使用opencv中的imshow,会出现可视化报错的问题,可能出现的问题有:出现卡住、显示空白、或者报以下错误。原创 2022-12-24 22:58:56 · 2349 阅读 · 1 评论 -
错误总结2022.12.9
原因:pytorch版本太低了。原本我的pytorch为1.7.0,会报以上错误。更新到pytorch1.9.0就没问题了。解决方法:方法一:torch.onnx.export中的opset_version设置低一点,可以试一下选择设置为11;方法二:更新pytorch版本。(由于我在模型量化,必须要求opset_version=13,只能用这种方法。我将pytorch的版本更新到1.9.0,torchvision的版本更新到0.10.0,这样就没报错了)原创 2022-12-09 14:26:18 · 1161 阅读 · 1 评论 -
错误记录2022.11.22
错误记录原创 2022-11-22 21:17:01 · 1967 阅读 · 0 评论 -
在cv2.findContours函数使用中,报ValueError: not enough values to unpack (expected 3, got 2)
在cv2.findContours函数使用中,报ValueError: not enough values to unpack (expected 3, got 2)原创 2022-10-20 10:37:55 · 1471 阅读 · 0 评论 -
Could NOT find CUDA (missing: CUDA_INCLUDE_DIRS) (found suitable exact version “11.4“)
Could NOT find CUDA (missing: CUDA_INCLUDE_DIRS) (found suitable exact version “11.4“)原创 2022-07-16 20:34:13 · 4552 阅读 · 0 评论 -
Ubuntu20.04系统安装anaconda时ros编译报错Unable to find either executable ‘empy‘ or Python module ‘em‘...
ros和anaconda发生冲突转载 2022-07-16 18:48:08 · 1255 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘rosbag‘
1.ModuleNotFoundError: No module named ‘rosbag’File "/opt/ros/kinetic/lib/python2.7/dist-packages/roslib/launcher.py", line 42, in <module> import rosbagModuleNotFoundError: No module named 'rosbag'解决方法:对于上面的错误,由于我使用的是自己新建的虚拟环境,换成base环境,就不会原创 2022-05-18 21:44:48 · 3866 阅读 · 3 评论 -
CUDA Error:no kernel image is available for execution on device的解决方法
编译器中的算力设置与显卡算力不匹配解决方法要查看显卡算力,可以直接去nvidia查看。进去后,里头会有几个可选项点进去自己显卡对应的系列即可。比如大家最常用的GeForce系列显卡算力表:注释:在下面的算力值填写为上图的算力值*10对于cmake的做法,将算力设置为符合自己的数值set(CUDA_GEN_CODE "-gencode=arch=compute_**,code=sm_**") # 根据自己的显卡设置compute_**,例如3060为compute_86...转载 2022-05-08 10:17:34 · 3355 阅读 · 0 评论 -
cmake过程中出现的错误
问题一:cmake undefined reference to `QUdpSocket::~QUdpSocket()’解决方法:find_package(Qt5Network REQUIRED)set(QT_INCLUDE_DIRS ${Qt5Gui_INCLUDE_DIRS} ${Qt5Widgets_INCLUDE_DIRS} ${Qt5Network_INCLUDE_DIRS})set(QT_LIBRARIES Qt5::Gui Qt5::Widgets Qt5::Network)问题二:原创 2022-04-07 19:27:04 · 2335 阅读 · 1 评论 -
cuda11与gcc10不兼容错误
/usr/include/c++/10/chrono:473:154: required from here/usr/include/c++/10/chrono:428:27: internal compiler error: 段错误 428 | _S_gcd(intmax_t __m, intmax_t __n) noexcept | ^~~~~~Please submit a full bug report,with pre原创 2022-03-18 09:41:11 · 2478 阅读 · 1 评论 -
QTCreator出现提示无法覆盖文件 /home/xxx/.config/QtProject/Qtcreator/qtversion.xml : Permission denied的错误
参考链接:https://www.cnblogs.com/Rainingday/p/13841572.html转载 2022-02-25 00:11:28 · 2873 阅读 · 0 评论 -
error: ‘DataType’ has not been declared
我是将github中的tensorrt例子加到自己的工程中,下面是运行时报的错误error: reference to ‘DataType’ is ambiguous ICudaEngine* createEngine(unsigned int maxBatchSize, IBuilder* builder, IBuilderConfig* config, map<string, Weights>& weightMap, DataType dt);原创 2021-12-30 22:59:42 · 1314 阅读 · 0 评论 -
urllib.error.URLError: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
当目标网站使用的是自签名的证书时就会抛出一个 urllib2.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)> 的错误消息解决方案包括下列两种方式(以预加载resnet的预训练模型为例子):使用ssl创建未经验证的上下文,在urlopen中传入上下文参数打开resnet.py# 加入下面两行代码import sslcontext = s转载 2021-11-12 10:08:01 · 2403 阅读 · 0 评论 -
self._handle = _dlopen(self._name, mode) OSError: [WinError 126] 找不到指定的模块
在运行python代码时,报以下错误D:\ProgramData\Anaconda3\envs\pytorch_gpu\python.exe E:/ZhuoZhuangOCR/Paper/Latest/DB-Resnet/DB/demo.pyTraceback (most recent call last): File "E:/ZhuoZhuangOCR/Paper/Latest/DB-Resnet/DB/demo.py", line 7, in <module> from ex原创 2021-10-21 23:34:12 · 6115 阅读 · 2 评论 -
ImportError: FloatProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.r
在使用juypter下载数据集时,出现下面的错误ImportError: FloatProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html问题分析:这大多是因为ipywidgets原因:版本或者根本没有安装ipywidgets插件。解决方法:pip install ipywidgetsjupyter nbe转载 2021-10-15 10:56:22 · 356 阅读 · 0 评论 -
C++ OpenCV CV_***未声明的标识符的解决办法
加上这个引用即可#include <opencv2\imgproc\types_c.h>原创 2021-10-08 12:55:09 · 3201 阅读 · 0 评论 -
qt项目移植报的错误和解决方法
1. error: cblas.h: No such file or directory.缺少头文件,安装对应的库即可.cblas.h对应的库为libopenblas-dev解决方法:sudo apt-get install libopenblas-dev2.error: NvCaffeParser.h: No such file or directory这是缺少tensorrt,把自己安装tensorrt的目录地址加到pro就行了解决方法:INCLUDEPATH += /home/bb/T原创 2021-09-30 10:50:07 · 1449 阅读 · 0 评论 -
linux 安装软件出现:“E:无法定位软件包”
安装软件的时候,跳出“E: 无法定位软件包”的错误,无法安装.需要换源.在终端输入:sudo vim /etc/apt/sources.list在弹出的文件内,将下面的源覆盖原本的内容deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiversedeb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted univ原创 2021-09-23 10:25:49 · 19786 阅读 · 3 评论 -
/usr/local/cuda-10.2/targets/x86_64-linux/lib/libcudnn.so.7 is not a symbolic link
在Ubuntu16.04下安装opencv3.4.5sudo ldconfig报错:/usr/local/cuda-10.2/targets/x86_64-linux/lib/libcudnn.so.7 is not a symbolic link(符号链接)解决方法:建立软链接首先打开libcudnn.so.7所在的目录.cd /usr/local/cuda-10.2/targets/x86_64-linux/lib,ls查看,发现Libcudnn.so.7 和libcudnn.so.7.6.5原创 2021-09-20 22:06:00 · 818 阅读 · 0 评论 -
[TensorRT] ERROR: Network must have at least one output
yolov3 转 tensorrt,运行onnx转tensorrt 有时会遇到上述错误。onnx转tensorrt.py文件中,在parser.parse下with循环外添加两行代码last_layer = network.get_layer(network.num_layers - 1)network.mark_output(last_layer.get_output(0))...转载 2021-09-18 11:11:45 · 324 阅读 · 0 评论 -
解决ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22‘ not found
https://blog.csdn.net/qq_30653631/article/details/107620137转载 2021-09-18 10:37:23 · 1492 阅读 · 0 评论 -
AttributeError: ‘numpy.ndarray‘ object has no attribute ‘append‘ python报错
出错如图:解决方法:1.数组不支持append,那么解决办法就是等得到了完整的list再统一转为数组;2.生成一个数组保存列表的数值,不改变原列表转载 2021-09-17 14:01:17 · 8694 阅读 · 0 评论 -
pytorch训练中内存一直增加的原因
代码中存在累加loss,但是每步的loss没加item()例如下面例子;import torchimport torch.nn as nnfrom collections import defaultdictif torch.cuda.is_available(): device = 'cuda'else: device = 'cpu'model = nn.Linear(100, 400).to(device)criterion = nn.L1Loss(reduction转载 2021-09-05 18:12:34 · 6577 阅读 · 9 评论 -
ImportError: libnvinfer.so.7: cannot open shared object file: No such file or directory
确保安装tensorrt7.0.0.11后,要在~/.bashrc中添加环境变量#tensorrtexport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:***/TensorRT-7.0.0.11/lib# ***是填TensorRT-7.0.0.11文件存放的绝对地址在使用终端调用import tensorrt,这能正常运行但是在pycharm中,则报libnvinfer.so.7…的错误,应该是设置在bashrc中的环境变量没有对pycharm起到作用解决方法:1转载 2021-09-01 11:06:51 · 4190 阅读 · 3 评论 -
严重性 代码 说明 项目 文件 行 禁止显示状态 错误 C4996 ‘strcat‘: This function or variable may be unsafe. Consider using
对于上面这种错误, strcpy()已经被微软认为是不安全。解决方法:1.1 strcat 方法 替换成 strcat_s2 不替换,在使用这个strcat的cpp文件开头中加入#pragma warning(disable:4996)转载 2021-08-26 10:27:17 · 1469 阅读 · 0 评论 -
Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same
Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same翻译为:输入类型(torch.FLOTTENSOR)和重量类型(torch.cuda.FLOTTENSOR)应相同这一般原因是模型和输入参数只有一个设置了显卡来加速,忘记另外一个也设置显卡加速。修改:#模型tu().cuda()#输入图片 if torch.cuda.is_available(原创 2021-08-24 15:26:29 · 1720 阅读 · 0 评论 -
please restart word to load mathtype addin properly
1、下载Mathtype7Mathtype7可以去百度网盘进行下载。网盘下载地址。https://pan.baidu.com/s/1nP_5NlFRV1z0zQoGoW-_bg提取码:prq7二,安装mathtype,再安装MathType7补丁.exe三、安装成功MathType7后,打开world,出现错误提示点击文件-》选项,进入world的选项->加载项,查看MathType Commands 2016.dotm加载项地址,这里的2016是根据自己的office版本定的,也可能原创 2021-08-12 15:03:24 · 1815 阅读 · 2 评论 -
cv2.error: OpenCV(4.2.0)resize.cpp:4045: error: (-215:Assertion failed) !ssize.empty() in function
Traceback (most recent call last): File "mask_rcnn_predict.py", line 21, in <module> frame=cv.resize(frame, (224, 224))cv2.error: OpenCV(4.2.0) ..\modules\imgproc\src\resize.cpp:4045: error: (-215:Assertion failed) !ssize.empty() in function '原创 2021-08-02 14:43:39 · 1517 阅读 · 0 评论 -
TabError: inconsistent use of tabs and spaces in indentation
如果在cmd中运行某个python代码,出现下面的错误 File "vido_pic.py", line 29 frame = cv2.resize(frame,(1280,720)) ^TabError: inconsistent use of tabs and spaces in indentation这个错误的意思是报错的意思是说IDE分不清tab和空格,说明你的代码中混用了tab和空格。解决办法:第原创 2021-08-02 13:19:33 · 501 阅读 · 0 评论 -
完美解决:出现root与变量z,matlab求解方程(方程组)
https://blog.csdn.net/lanluyug/article/details/83418038?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EsearchFromBaidu%7Edefault-2.pc_relevant_baidujshouduan&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EsearchF转载 2021-07-26 14:11:31 · 3894 阅读 · 1 评论 -
在用pip安装python包时,出现/home/×××/anaconda3/bin/python没有解析器
在用pip安装python包时,出现/home/×××/bin/python没有解析器的问题可尝试:gedit /home/×××/bin/python # ×××是当前用户的保存虚拟环境的地址如果发现/home/×××/bin/python与实际地址不同,只需要修改为实际地址就行...原创 2021-07-22 19:31:41 · 2262 阅读 · 0 评论 -
AttributeError: ‘list‘ object has no attribute ‘log_softmax‘
在训练时,用交叉熵损失函数要进行softmax计算,其data和label需要满足一定的条件:预测的结果返回的值y要是 tensor,不能是numpy array或者list,所以报错;对程序运行调试模式从图可知道,binary_final_logits是list,而我需要获取的是binary_final_logits[0]所以我将binary_segmenatation_loss = criterion(binary_final_logits, binary_labels)改为binary_se原创 2021-06-21 11:02:22 · 3715 阅读 · 0 评论 -
win10与linux地址读取格式不同(cv2.error: OpenCV(4.2.0) /io/opencv... )
img = cv2.resize(img, (512, 1024))cv2.error: OpenCV(4.2.0) /io/opencv/modules/imgproc/src/resize.cpp:4045: error: (-215:Assertion failed) !ssize.empty() in function ‘resize’原创 2021-06-01 11:36:56 · 3490 阅读 · 3 评论 -
UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0x86
pycharm中打开文件需要使用open,代码如下def load(self, path): with open(path, 'r') as file: self.config_str = file.read() self.config = yaml.load(self.config_str, Loader=yaml.FullLoader)此时会报错:UnicodeDecodeError: ‘gbk’ codec can’t decode byte 0x86……笔者的原创 2021-05-31 16:25:20 · 1168 阅读 · 1 评论 -
Cannot run program “**/python.exe“ 没有那个文件或目录
当右键点击运行代码时,出现下面的错误提示:Cannot run program “D:/Anconda3/envs/LSTR2/python.exe” (in directory “/media/gooddz/学习/code/论文代码/LSTR-main”): error=2, 没有那个文件或目录解决方法:点击在if name == ‘main’:的左边绿色三角形,修改运行配置,python解析器选择自己配置好的虚拟环境。...原创 2021-05-29 19:07:24 · 1413 阅读 · 0 评论