常见工程、应用、学习错误及安装问题之Python


python源码下载:https://www.python.org/ftp/python/3.9.2/Python-3.9.2.tgz


tkinter设计界面:https://github.com/ParthJadhav/Tkinter-Designer

https://visualtk.com/


python使用opencv进行数据特征融合

python使用Augmentor对图像分割数据集中原图和标签mask同时进行变换


  1. pip临时使用国内镜像源
  2. python创建文件夹
  3. python读取文件下所有文件路径
  4. 将numpy中的True/False 转换成 1/0
  5. 使用python复制文件
  6. Linux上安装Anaconda
  7. 大型图像进行碎片化分割
  8. list同时删除列表多个索引位置的元素
  9. python numpy 大数组显示不全,解决方案
  10. np.bincount(x)的简单解释

  1. 统计numpy数组某个值的个数(适用0-10个数的查找)
  2. Python:loc和iloc的区别
  3. sys.path问题
  4. python_opencv打开摄像头 .
  5. 用python从文件路径获取文件名
  6. python 从list中随机取值
  7. python 输出数字,不以科学计数法输出保存
  8. 在python3.7中安装pyaudio方法以及错误解决
  9. python引用其他文件夹中的模块
  10. Anaconda python3.6版本安装

  1. python中dataframe常见操作:取行、列、切片、统计特征值
  2. python–安装mysqlclient报错
  3. python装饰器讲解
  4. Window下:自带python编辑器的wxpython项目发布打包exe
  5. 随机抽取图片数据集
  6. 使用pip安装模块时提示: No module named pip
  7. windows系统 python安装uwsgi教程
  8. pytesseract.pytesseract.TesseractNotFoundError: tesseract is not installed or it’s not in your path
  9. 对python中axis的理解
  10. ERROR:Cannot uninstall ‘llvmlite’

  1. ImportError: libGL.so.1: cannot open shared object file
  2. python 运行 Image.open 提示type object ‘Image’ has no attribute ‘open’.
  3. conda和pip的区别
  4. np矩阵转图片显示,图片转np矩阵显示
  5. python中实现swap函数
  6. python中的super函数
  7. python中单下划线和双下划线的意义
  8. Python __str__() 方法
  9. python__repr__ 方法
  10. python中list切片介绍

  1. python的map函数
  2. python的__getitem__方法
  3. python的os.walk方法
  4. python中的pickle
  5. python中的sys.argv
  6. windows下python环境搭建
  7. pyqt5-tools中designer不在pyqt5-tools里,在Lib\site-packages\qt5_applications\Qt\bin
  8. python读取图像的常用方式
  9. python读取txt文件的行数
  10. python读取txt文件指定行内容

  1. Python的split()方法
  2. numpy转PIL 报错TypeError: Cannot handle this data type
  3. python中函数接受参数为*args, **kwargs怎么办
  4. python写txt文件
  5. python一个一个获取迭代器的元素
  6. \ufeff的解决方法
  7. python读取Bmp图像
  8. python之glob
  9. 把文件拖到python打包的exe文件里,然后将拖拽的文件作为参数,进行执行
  10. python之接口和抽象类

  1. python实现模板匹配
  2. python之plt多图同框显示
  3. Pandas之iloc、loc
  4. Python之间进行内存共享传递信息
  5. C#传图像数据给python
  6. python 计算耗时
  7. _get_sysconfigdata_name() missing 1 required positional argument: ‘check_exists‘
  8. 使用auto-py-to-exe进行python可视化打包成exe
  9. python使用虚拟环境进行环境打包
  10. python源码下载地址

  1. vs2019编译python源码(PCBuild)

  2. 分布式性能(高效性)深度学习框架:OneFlow中文使用手册

  3. RuntimeError: Exporting the operator max_unpool2d to ONNX opset version 11 is not supported. Please

  4. python使用TensorRT引擎

  5. pycharm工具栏设置回退功能

  6. Json转VOC格式的XML

  7. python实现图像格式转换(bmp、jpg、png)

  8. python异步日志库loguru

  9. PIL.Image、cv2的img、bytes相互转换

  10. PIL.Image进行图像融合显示(Image.blend)


  1. opencv之cv2.findContours(python)和drawContours
  2. cv2-opencv读取和保存含中文路径的图像
  3. Python实现多边形内随机生成指定个数的坐标点
  4. python读取含中文的json
  5. python多线程编程
  6. python利用excel分析过杀漏失
  7. argparse使用
  8. python获取时间戳字符串
  9. python中的@staticmethod
  10. python对yaml文件进行操作

  1. Linux系统在线安装anaconda
  2. pyinstaller打包程序后,多线程代码卡死问题
  3. Flask解决跨域访问问题
  4. 获取python日志模块logging打印的所有信息
  5. windwos系统部署Flask方案
  6. python 一个list去除另一个list中的值
  7. python多进程之间共享变量
  8. python从接受指令参数换成代码运行
  9. asyncio.get_event_loop().run_until_complete()的简单使用
  10. python使用socket进行网络连接通讯

  1. python 将函数加到列表中进行调用
  2. python使用importlib进行动态导入py文件
  3. python存储json时,发生中文乱码
  4. conda更换镜像源

PIL-Image

  1. PIL Image对图像进行点乘,加上常数(等像素操作)
  2. 查看PIL中Image的像素值

python-OpenCV

  1. 使用opencv将蓝底照片换成白底照片
  2. python CV2计算多边形区域灰度和方差
  3. python使用openCv缩放图像到0-255之间,并进行图像对比度增强

三 Python-Numpy

  1. Numpy数组与listy之间的转换
  2. python numpy 大数组显示不全,解决方案
  3. python中三个点[,...]的切片方式
  4. numpy中的mean和std中axis的使用
  5. 找出numpy array数组中的不同元素
  6. pandas去除Nan值
  7. numpy数组替换其中的值(如1替换为255)
  8. AttributeError: module ‘numpy‘ has no attribute ‘bool‘解决

四 Python-Pandas


  1. pandas沿轴连接数据(concat()和append())
  2. pandas.get_dummies 的用法
  3. pandas改变一列值(通过apply)
  4. panda查找想要找的行合并成一个新pd
  5. pandas某一列转数组list

五 Python-PyQt5


  1. PyQt5-Label背景颜色和文本颜色的设置
  2. pyqt5在子控件上无法检测到鼠标移动行为
  3. 多线程解决界面无响应
  4. pyqt5计时器的使用
  5. pyqt5任意组件的拖拽问题

Exe

  1. python利用pytorch库导出图像分割算子
  2. pyinstaller中spec文件的解释和使用
  3. pyinstaller 打包资源文件

plt

  1. 使用plt进行图像、mask、图像和mask叠加显示
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值