- 博客(30)
- 资源 (3)
- 收藏
- 关注
原创 VScode python代码报错: Inconsistent use of tabs and spaces in indentation
Inconsistent use of tabs and spaces in indentation,代码缩进如何设置
2022-09-18 17:57:36
996
原创 Jupyter Notebook 的快捷键
Jupyter Notebook 有两种键盘输入模式。编辑模式,允许你往单元中键入代码或文本;这时的单元框线是绿色的。命令模式,键盘输入运行程序命令;这时的单元框线是灰色。
2022-06-16 12:07:39
101
原创 PointNetGPD 代码复现,环境配置,结果展示
pointgpd 生成抓取姿态。分别在anaconda下配置python3与python2.7的环境,python3用来训练模型,python2.7主要用来结合ros发布抓取消息。
2022-05-24 15:01:06
4249
82
原创 ubuntu18.04安装python-pcl1.9,vtk8.1,pcl1.9
ubuntu18.04安装pcl1.9,python-pcl1.9,vtk8.1
2022-05-11 11:35:33
2020
3
原创 Python 中 super的作用
class T_Net(nn.Module): def __init__(self): super(T_Net, self).__init__()super可以用来在当前子类_init_()函数调用父类的_init_()函数,可以将父类的参数设置导入到子类中。super(T_Net, self).__init__()具体是指:将子类T_Net的对象self转换为父类的对象,然后调用当前类的初始化函数__init__();...
2022-05-07 21:42:57
647
原创 ubuntu18.04 安装annconda后 python版本管理
安装annconda,手动配置选择python版本,管理系统python2.7与其他版本
2022-04-22 17:05:44
2526
原创 C++ 和python opencv-python-3.4.1.15 和opencv_contrib_python-3.4.1.15 下载链接
https://pypi.tuna.tsinghua.edu.cn/simple/opencv-python/https://pypi.tuna.tsinghua.edu.cn/simple/opencv-contrib-python/
2021-08-19 16:32:09
998
3
原创 AttributeError: module ‘cv2.cv2‘ has no attribute ‘destroyALLWindows‘
AttributeError: module ‘cv2.cv2‘ has no attribute ‘destroyALLWindows‘
2021-08-17 11:39:12
4254
6
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人