logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Windows下使用Python配置环境、调用Intel realsense D435/D435i,即pyrealsense2库的安装

Windows下使用Python配置环境、调用Intel realsense D435/D435i前言错误尝试尝试一尝试二配置过程创建Python3.6环境安装**pyrealsense2**、opencv、numpy库测试记录笔记后言Bibliography前言近来太懒了,想拿起Python玩玩,突然想到可以把手边的D435i配置一下,在windows下利用python调调;经过几个小时的配置,

#windows#python#开发语言
用Pyqt5写一个视频播放器

用Pyqt5写一个视频播放器编写方式:Qt Designer设计,pyuic5转化为.py文件。播放器效果:代码链接:https://github.com/GRF-Sunomikp31/Qt_project/blob/main/PyQt/Video_play.py

#qt
[LiteratureReview]CubeSLAM Monocular 3-D Object SLAM

[LiteratureReview]CubeSLAM: Monocular 3-D Object SLAM出处:2019IEEE Transactions on Robotics,(截止到2022-3-30)Google论文被引162次;P.S:相比RAL这种接收短文的期刊,IEEE Transactions on Robotics现在只接收长文,Cube-SLAM这篇论文正文13页;作者主页:h

文章图片
MySQL:Failed to restart mysqld.service: Unit mysqld.service not found.

MySQL:Failed to restart mysqld.service: Unit mysqld.service not found.前言解决方法前言刚接触MySQL,安装就掉进一个坑里,我在下载完mysql之后,想通过 service mysqld restart启动,但却找不到:解决方法这里其实我电脑下载的mysql路径不一样,首先通过ls命令查看mysql的位置:然后用绝对路径命令打开

#mysql#数据库
Process finished with exit code -1073741819 (0xC0000005) 类似报错解决方案

Process finished with exit code -1073741819 类似报错解决方案问题来源解决方案解析报错查找解决方案问题来源刚刚从Github上下了一个PyQt的代码,运行之后报错如下:Process finished with exit code -1073741819 (0xC0000005)试了网上的几种方法,这个报错消失了,但是产生一个新的报错:Process fi

torch.nn.modules.module.ModuleAttributeError: ‘Detect‘ object has no attribute ‘m‘ 解决方案

windows下利用Pytorch跑yolov5模型时报错“‘Detect’ object has no attribute ‘m’”首先确认你的所以配置是满足yolov5需求:Python >= 3.8, PyTorch >= 1.6 etc.然后这里的解决方法就是更换新的权重文件,这里我用的是yolov5s.pt你可以用官方github上直接下载,确保你使用的权重文件是最新的git

MySQL:Failed to restart mysqld.service: Unit mysqld.service not found.

MySQL:Failed to restart mysqld.service: Unit mysqld.service not found.前言解决方法前言刚接触MySQL,安装就掉进一个坑里,我在下载完mysql之后,想通过 service mysqld restart启动,但却找不到:解决方法这里其实我电脑下载的mysql路径不一样,首先通过ls命令查看mysql的位置:然后用绝对路径命令打开

#mysql#数据库
Pyqt报错:arguments did not match any overloaded call

Pyqt报错:arguments did not match any overloaded call详细报错信息:TypeError: arguments did not match any overloaded call:setVideoOutput(self, QVideoWidget): argument 1 has unexpected type 'QWidget'setVideoOutp

#bug
PackagesNotFoundError: The following packages are missing from the target environment:

anaconda的Python环境下使用conda命令卸载包报错卸载命令://pyqt5为你要卸载的包名conda uninstall pyqt5报错内容:PackagesNotFoundError: The following packages are missing from the target environment:解决方法:使用pip命令卸载pip uninstall pyqt5结果如

暂无文章信息