
BUG
犟小孩
程序员的快乐难道不是记录bolg,分享自己的技术,彰显自己的存在感吗?(涉猎opencv、深度学习、人工智能、工控机部署、图像美化)
展开
-
Ubuntu“从服务器获取共享列表失败:拒绝连接”问题的解决方法
本来是可以的,在安装nginx后,ubuntu连接不上共享文件。有过以下尝试;删除nginx和所有配置,关闭代理或者搜一些什么安装smbd包什么的还有连接ip地址进行挂载的以及开放端口。原创 2023-03-24 14:40:51 · 2506 阅读 · 0 评论 -
【BUG】 ssh安装出错:在处理时有错误发生: openssh-serverE: Sub-process /usr/bin/dpkg returned an error code (1)
发现ssh无法连接到我的ubuntu了,于是卸载重装,但是重装遇到了这个问题。原创 2024-03-27 18:22:39 · 2233 阅读 · 1 评论 -
[BUG] 解决:conda 中 ffmpeg: error while loading shared libraries: libopenh264.so.5
我是使用的conda 环境,每次使用python 去调用ffmpeg时候出现的这个错误,不管卸载安装什么的都不能用。原创 2024-03-04 11:03:47 · 845 阅读 · 0 评论 -
【BUG】 Could not find an implementation for ConvInteger(10) node with name ‘Conv_0_quant‘
我在onnx动态量化后出现了“Could not find an implementation for ConvInteger(10) node with name 'Conv_0_quant'“错误。更改为QUint8格式就可以了,weight_type=QuantType.QUInt8。虽然动态量化可以了,但是速度反而变慢了。原创 2024-01-15 17:17:20 · 1264 阅读 · 4 评论 -
[BUG] cannot import name ‘quantize_qat‘ from ‘onnxruntime.quantization‘
cannot import name 'quantize_qat' from 'onnxruntime.quantization'原创 2024-01-15 17:02:57 · 1944 阅读 · 0 评论 -
[BUG] Edge出现 0x80190001
我在登录edge微软账户的时候,出现了。原创 2024-01-14 16:01:52 · 553 阅读 · 0 评论 -
[BUG] docker: unknown server OS: .
解决:docker: unknown server OS: . 和 permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/json?all=1": dial unix /var/run/docker.sock: connect: permission den原创 2024-01-12 11:53:15 · 3955 阅读 · 0 评论 -
重启后,桌面图标消失
当我重启后,桌面图标消失了,搜索了各种方法,最后没用上。原创 2023-10-20 17:52:50 · 155 阅读 · 0 评论 -
Could not find a version that satisfies the requirement tb-nightly
当我想玩一下stable diffusion 时候,在安装过程中,遇到个这么个问题。1.版本不匹配2.安装源里没有相应版本Python AI 绘画 | 菜鸟教程非常的简单解决我自己用的是清华源,虽然百度源速度更快使用阿里源下载tb-nightly 就可以了。原创 2023-09-12 14:07:35 · 2215 阅读 · 4 评论 -
【Bug】Ubuntu 有线设置打不开无反应
突然有线设置就没法启用了,但是能联网,能查看ip。原创 2023-08-31 13:50:55 · 1799 阅读 · 2 评论 -
解决:Could not build wheels for pycocotools, which is required to install pyproject.toml-based
我在安装 pycocotools 时,出现错误:“ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based projects”而且仔细查看错误后:会有“error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Buil原创 2023-05-23 15:34:30 · 27338 阅读 · 18 评论 -
Pycharm命令窗口无法进入anaconda虚拟环境
无法加载文件 C:\Users\Shanmh\anaconda3\shell\condabin\Conda.psm1,因为在此系统上禁止运行脚本。2.以管理身份运行Windows PowerShell ISE。设置当前用户策略可用。原创 2023-05-18 16:51:06 · 1534 阅读 · 1 评论 -
ubuntu 解释器错误:权限不够 or 没有那个文件
我在使用ubuntu配置了conda,conda安装一定不要安装在root目录下,否则会报出权限不够的异常。我之所以出现这个报警,是因为我执行了 FastAPI的一个命令“uvicorn app:app --reload”,原因呢,可能就是uvicorn也需要一个命令映射。原创 2023-04-26 10:13:50 · 1220 阅读 · 0 评论 -
YOLOv5 之 torch.hub.load()检测无结果
在使用torch.hub.load()加载yolov5模型,进行推理的过程中,我发现,推理结果和在yolo代码中推理结果并不相同。原创 2023-04-25 10:49:26 · 1348 阅读 · 0 评论 -
Python interpreter state is not initialized. The process may be terminated.
Error occurred when finalizing GeneratorDataset iterator: Failed precondition: Python interpreter state is not initialized. The process may be terminated. [[{{node PyFunc}}]] logits and labels must be broadcastable: logits_size=[2,5] labels_size=[2,原创 2023-04-04 13:39:55 · 1488 阅读 · 0 评论 -
解决:YOLOv5 is out of date by 16 commits. Use ‘git pull‘ or ‘git clone
I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPIYOLOv5 is out of date by 16 commits. Use 'git pull' or 'git clone原创 2023-03-31 11:12:47 · 364 阅读 · 0 评论 -
解决:PyTorch的CUDA错误:Error 804: forward compatibility was attempted on non supported HW
出现问题就是,当我昨天运行的好好的,今天就突然报错,检查一番后,确定没有问题。我的是ubuntu18.0,环境是。只需要重启ubuntu就可以了。原创 2023-03-29 09:30:20 · 2239 阅读 · 4 评论 -
ERROR:dispatch[key[0]](self)KeyError: 240
在使用joblib加载模型是出现KeyError:240,最后发现是版本错误。比如我从1.2.0换到1.1.1。原创 2023-03-27 17:43:23 · 938 阅读 · 0 评论 -
OpenCV Python binary extension loader
该问题的原因主要是应为conda和pip安装的路径不一样,而pycharm编辑器只进行虚拟环境目录下的包扫描,无法检测到conda安装的cv2。当使用conda进行安装opencv-python时,此时使用从cv2是没有代码提示的,建议直接卸载重新使用pip进行安装。原创 2023-01-18 17:22:31 · 661 阅读 · 0 评论