This code is for beginners to use, we refer to a l.. 阅读更多
基于python的图像批量修改分辨率且周边填充空白的代码
小白写的,小白用,也是参考了网上的很多代码,感谢大佬们的贡献。 这个代码的目标是,把所有图片全部分辨.. 阅读更多
PYQT5中如何改变Button按钮的颜色
这个很简单,将以下代码放置于这行代码下的区域内 def __init__(self, parent=.. 阅读更多
TypeError: 'module' object is not callable 问题
学习一段简单的python代码的时候出现了TypeError: 'module' object is.. 阅读更多
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
进行数据增强过程中发现这个问题:SyntaxError: (unicode error) 'unic.. 阅读更多